docs.unity.cn
    Show / Hide Table of Contents

    Enum XRHandFingerID

    Represents a finger on either hand. Useful with the GetFrontJointID(XRHandFingerID) and GetBackJointID(XRHandFingerID) APIs.

    Namespace: UnityEngine.XR.Hands
    Syntax
    public enum XRHandFingerID

    Fields

    Name Description Value
    Thumb

    Represents the thumb.


    0
    Index

    Represents the index finger.


    1
    Middle

    Represents the middle finger.


    2
    Ring

    Represents the ring finger.


    3
    Little

    Represents the little finger.


    4

    Extension Methods

    XRHandJointIDUtility.GetFrontJointID()
    XRHandJointIDUtility.GetBackJointID()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, June 1, 2023