Search Results for

    Enum XRHandFingerID

    Namespace: YVR.Core
    Assembly: YVR.Core.Runtime.dll
    Syntax
    public enum XRHandFingerID

    Fields

    Name Description
    Index

    Represents the index finger.

    Little

    Represents the little finger.

    Middle

    Represents the middle finger.

    Ring

    Represents the ring finger.

    Thumb

    Represents the thumb.

    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)
    YVRHandUtility.GetBackJointID(XRHandFingerID)
    YVRHandUtility.GetFrontJointID(XRHandFingerID)
    In This Article