static List< HandJointId[]> | FingerToJointList[Get] |
static HandJointId[] | JointParentList[Get] |
static HandJointId[][] | JointChildrenList[Get] |
static List< HandJointId > | JointIds[Get] |
static HandJointId | GetHandFingerTip ( HandFinger finger ) |
static HandJointId | GetHandFingerProximal ( HandFinger finger ) Returns the "proximal" JointId for the given finger. |
| List<HandJointId[]> Oculus.Interaction.Input.HandJointUtils.FingerToJointList |
|---|
No description available.
|
| HandJointId [] Oculus.Interaction.Input.HandJointUtils.JointParentList |
|---|
No description available.
|
| HandJointId [][] Oculus.Interaction.Input.HandJointUtils.JointChildrenList |
|---|
No description available.
|
| List<HandJointId> Oculus.Interaction.Input.HandJointUtils.JointIds |
|---|
No description available.
|
| static HandJointId Oculus.Interaction.Input.HandJointUtils.GetHandFingerTip ( HandFinger finger ) |
|---|
No description available.
|
| static HandJointId Oculus.Interaction.Input.HandJointUtils.GetHandFingerProximal ( HandFinger finger ) |
|---|
Returns the "proximal" JointId for the given finger. This is commonly known as the Knuckle. For fingers, proximal is the join with index 1; eg HandIndex1. For thumb, proximal is the joint with index 2; eg HandThumb2. |