API reference

HandSkeleton Class

Fields

joints : HandSkeletonJoint[]
Signature
HandSkeletonJoint [] joints

Static Fields

DefaultLeftSkeleton : readonly HandSkeleton
Signature
readonly HandSkeleton DefaultLeftSkeleton
DefaultRightSkeleton : readonly HandSkeleton
Signature
readonly HandSkeleton DefaultRightSkeleton

Properties

Signature
IReadOnlyHandSkeletonJointList Joints
this[int jointId] : ref readonly HandSkeletonJoint
[Get]
Signature
ref readonly HandSkeletonJoint this[int jointId]

Static Methods

FromJoints ( joints )
Signature
static HandSkeleton FromJoints(Transform[] joints)
Parameters
joints: Transform[]