📄️ CustomHandPose
Description
📄️ PoseableHand
Collects data about joint transforms from finger roots. Uses that data to collect rotation data from individual joints. Applies the pose and finger rotations. Has concrete implementations in RuntimeHand and EditorPoseableHand scripts.
📄️ PoseData
Used to save transform and finger rotation data of the current preview hand while the hand is being posed so you can save it as a scriptable object later. Also used to get pose info from the targeted custom hand pose. Implemented by PoseDataRuntime.