CustomHandPose
Description
Scriptable object used to store info about created hand poses
Public properties
Vector3 PosePosition
Quaternion PoseRotation
List<Quaternion> FingerRotations
Public methods
void SetHandPoseData(PoseData poseData)
used to save the pose data, namely the pose position, rotation and finger rotations to the public properties of the scriptable object for later use
Last updated