Class SpatialAwarenessSceneObject.QuadData
Object encapsulating data of a quad.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Experimental.SpatialAwareness
Assembly: cs.temp.dll.dll
Syntax
public class QuadData
Properties
Extents
Extents of the quad.
Declaration
public Vector2 Extents { get; set; }
Property Value
Type | Description |
---|---|
Vector2 |
GameObject
The gameObject associated with the quad.
Declaration
public GameObject GameObject { get; set; }
Property Value
Type | Description |
---|---|
Game |
Id
Id of the quad.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
OcclusionMask
The occlusion mask of the quad.
Declaration
public byte[] OcclusionMask { get; set; }
Property Value
Type | Description |
---|---|
Byte[] |