Search Results for

    Class YVRBoundary

    Provides access to the boundary system.

    Inheritance
    object
    YVRBoundary
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Extension Methods

    ObjectExtensions.GetEnumerableElementType(object)
    ObjectExtensions.IsGenericEnumerable(object)
    ObjectExtensions.ReflectEquals(object, object)
    ObjectExtensions.ReflectionSequenceEqual(object, object)
    ObjectExtensions.TryGetFieldValue<T>(object, string, out T, BindingFlags)
    ObjectExtensions.TryGetPropertyValue<T>(object, string, out T, BindingFlags)
    ObjectExtensions.TrySetFieldValue<T>(object, string, T, BindingFlags)
    ObjectExtensions.TrySetPropertyValue<T>(object, string, T, BindingFlags)
    SystemObjectExtensions.As<T>(object)
    YVRLog.Debug(object, string)
    YVRLog.Error(object, string)
    YVRLog.Info(object, string)
    YVRLog.Warn(object, string)
    In This Article