Class YVRBoundary
Provides access to the boundary system.
Namespace: YVR.Core
Assembly: YVR.Core.Runtime.dll
Syntax
public class YVRBoundary
Methods
Name | Description |
---|---|
GetConfigured() | Returns true if the boundary system is currently configured with valid boundary data. |
GetDimensions() | Returns a vector that indicates the spatial dimensions |
GetGeometry() | Returns an array of 3d points (in clockwise order) that define the specified boundary type. The points must add the offset of the camera root node when moving the root node. |
GetVisible() | Returns true if the boundary system is currently visible. |
SetVisible(bool) | Requests the boundary system visibility to be set to the specified value. |
TestNode(BoundaryNode) | Returns the results of testing a tracked node |
TestPoint(Vector3) | Returns the results of testing a 3d point |