API reference
API reference
Select your platform
No SDKs available
No versions available

JointCollection Class

A collection of joint maps to quick access the joints that are actually available in the hand rig.
Stores an internal array of indices so it can transform from positions in the HandPose.HAND_JOINTIDS collection to the JointMap List without having to search for the (maybe unavailable) index every time.

Constructors

JointCollection ( joints )
Signature
Oculus.Interaction.HandGrab.Visuals.JointCollection.JointCollection(List< HandJointMap > joints)
Parameters
joints: List< HandJointMap >

Properties

this[int jointIndex] : HandJointMap
[Get]
Signature
HandJointMap Oculus.Interaction.HandGrab.Visuals.JointCollection.this[int jointIndex]