IMixedRealityBoundarySystem.Bounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.