> For the complete documentation index, see [llms.txt](https://jorge-jgnz94.gitbook.io/hptk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jorge-jgnz94.gitbook.io/hptk/master/utils/poses/hand-pose-asset.md).

# Hand Pose Asset

HandPoseAsset is a set of 5 FingerPoses (one for each hand finger) in the form of ScriptableObject.

These FingerPoses can be accessed both through variables and list. HandPoseAsset can also store wrist transformation to be used if needed.

HandPoseAssets can be **created** by doing right click in project window and navigating to *Create/HPTK/HandPose*.

HandPoseAsset contains the following **variables**:

* **Alias:** Name that identifies the hand pose (optional). Mainly used for debugging purposes.
* **Wrist:** AbstractTsf that represents the transformation to apply to wrist (optional).
* **Thumb:** FingerPose to apply to thumb finger.
* **Index:** FingerPose to apply to index finger.
* **Middle:** FingerPose to apply to middle finger.
* **Ring:** FingerPose to apply to ring finger.
* **Pinky:** FingerPose to apply to pinky finger.
* **Fingers:** List of FingerPoses (thumb, index, middle, ring and pinky).

**HPTK** package includes the following HandPoseAssets:

| HandPoseAsset      | Image                                                                                                                                                                                                                                    |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Index Pinch Opened | ![](https://2698598769-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYpeL-Cll-FXMj9b3XC-887967055%2Fuploads%2FXNYc0lY3foeCFMNdkNkO%2Findexpinchopened.PNG?alt=media\&token=ac83edfe-d503-4349-aca6-13f2c0f5bc1a) |
| Index Pointer      | ![](https://2698598769-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYpeL-Cll-FXMj9b3XC-887967055%2Fuploads%2FcvUEgTvGaZzmNQoHGZMk%2Fpointer.PNG?alt=media\&token=8728cc48-0674-45ef-9e26-ac63360780d1)          |
| Power Grip         | ![](https://2698598769-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYpeL-Cll-FXMj9b3XC-887967055%2Fuploads%2FjRO5lOttUbykf4nWJjDv%2Fpower_grip.PNG?alt=media\&token=46f9463e-ee02-4bb5-a1f5-275d1a28ef5d)       |
| Relaxed Hand       | ![](https://2698598769-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYpeL-Cll-FXMj9b3XC-887967055%2Fuploads%2FvghNtjLG6EKC9LK6CMXz%2Frelaxed.PNG?alt=media\&token=fa0dc738-8822-402a-a44a-8967787ede72)          |

**HPTK Posing & Snapping** includes the following HandPoseAssets (among others):

| HandPoseAsset      | Image                                                                                                                                                                                                                                  |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Index Pinch Closed | ![](https://2698598769-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYpeL-Cll-FXMj9b3XC-887967055%2Fuploads%2Fg6TKdnwhgYhw4v93J31Z%2Findexpinch.PNG?alt=media\&token=ed042ab0-24d5-4973-9373-2004a288c2ba)     |
| PrecisionGrip      | ![](https://2698598769-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYpeL-Cll-FXMj9b3XC-887967055%2Fuploads%2Fp7dBVMIk4E21Fb5L5Otm%2Fprecision_grip.PNG?alt=media\&token=0f7e3d1e-31a2-48c8-90fa-190b92490a94) |
| Opened Hand        | ![](https://2698598769-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYpeL-Cll-FXMj9b3XC-887967055%2Fuploads%2FHi4lkGPU3ufmgHUKAhD1%2Fopened.PNG?alt=media\&token=b10a156b-92fe-44de-9e90-1fdc3cfd520d)         |
