Table of Contents

Class YVRBoundary

Namespace
YVR.Core
Assembly
YVR.Core.Runtime.dll

Provides access to the boundary system.

public class YVRBoundary
Inheritance
YVRBoundary
Inherited Members

Methods

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