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

HandSkeleton Class

Fields

joints : HandSkeletonJoint[]
Signature
HandSkeletonJoint [] Oculus.Interaction.Input.HandSkeleton.joints

Static Fields

DefaultLeftSkeleton : readonly HandSkeleton
Signature
readonly HandSkeleton Oculus.Interaction.Input.HandSkeleton.DefaultLeftSkeleton
DefaultRightSkeleton : readonly HandSkeleton
Signature
readonly HandSkeleton Oculus.Interaction.Input.HandSkeleton.DefaultRightSkeleton

Properties

Signature
IReadOnlyHandSkeletonJointList Oculus.Interaction.Input.HandSkeleton.Joints
this[int jointId] : ref readonly HandSkeletonJoint
[Get]
Signature
ref readonly HandSkeletonJoint Oculus.Interaction.Input.HandSkeleton.this[int jointId]

Static Methods

FromJoints ( joints )
Signature
static HandSkeleton Oculus.Interaction.Input.HandSkeleton.FromJoints(Transform[] joints)
Parameters
joints: Transform[]