Search Results for

    Enum DeviceNode

    Namespace: YVR.Core
    Assembly: YVR.Core.Runtime.dll
    Syntax
    [ExcludeFromDocs]
    public enum DeviceNode

    Fields

    Name Description
    ControllerLeft

    Node representing the left hand.

    ControllerRight

    Node representing the right hand.

    Count

    The Count of DeviceNode

    EyeCenter

    Node representing a point between the left and right eyes.

    EyeLeft

    Node representing the left eye.

    EyeRight

    Node representing the right eye.

    None

    Extension Methods

    EnumExtension.GetDescription(Enum)
    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