Class BoundaryEventData
The data describing the boundary system event.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Boundary
Assembly: cs.temp.dll.dll
Syntax
public class BoundaryEventData : GenericBaseEventData
Constructors
BoundaryEventData(EventSystem)
Constructor.
Declaration
public BoundaryEventData(EventSystem eventSystem)
Parameters
Type | Name | Description |
---|---|---|
EventSystem | eventSystem |
Properties
AreBoundaryWallsVisualized
Are the boundary walls being visualized by the boundary system.
Declaration
public bool AreBoundaryWallsVisualized { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsCeilingVisualized
Is the ceiling being visualized by the boundary system.
Declaration
public bool IsCeilingVisualized { get; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
The boundary system defines the ceiling as a plane set at BoundaryHeight above the floor.
IsFloorVisualized
Is the floor being visualized by the boundary system.
Declaration
public bool IsFloorVisualized { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsPlayAreaVisualized
Is the play area being visualized by the boundary system.
Declaration
public bool IsPlayAreaVisualized { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsTrackedAreaVisualized
Is the tracked area being visualized by the boundary system.
Declaration
public bool IsTrackedAreaVisualized { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
Initialize(IMixedRealityBoundarySystem, Boolean, Boolean, Boolean, Boolean, Boolean)
Declaration
public void Initialize(IMixedRealityBoundarySystem boundarySystem, bool isFloorVisualized, bool isPlayAreaVisualized, bool isTrackedAreaVisualized, bool areBoundaryWallsVisualized, bool isCeilingVisualized)
Parameters
Type | Name | Description |
---|---|---|
IMixedRealityBoundarySystem | boundarySystem | |
Boolean | isFloorVisualized | |
Boolean | isPlayAreaVisualized | |
Boolean | isTrackedAreaVisualized | |
Boolean | areBoundaryWallsVisualized | |
Boolean | isCeilingVisualized |