IMixedRealityBoundarySystem.Bounds Property

Definition

Two dimensional representation of the geometry of the boundary, as provided by the platform.

public:
 property cli::array <Microsoft::MixedReality::Toolkit::Boundary::Edge> ^ Bounds { cli::array <Microsoft::MixedReality::Toolkit::Boundary::Edge> ^ get(); };
public Microsoft.MixedReality.Toolkit.Boundary.Edge[] Bounds { get; }
member this.Bounds : Microsoft.MixedReality.Toolkit.Boundary.Edge[]
Public ReadOnly Property Bounds As Edge()

Property Value

Edge[]

Remarks

BoundaryGeometry should be treated as the outline of the player's space, placed on the floor.

Applies to