32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
# The Virtual Hand Grab Settings
|
|||
|
|
|
||
|
|
Utilized by the SenseGlove Sockets Editor to automatically generate the hand sockets required by the Grab system to function.
|
||
|
|
|
||
|
|
The `SGPawn` also utilizes these settings to set up the grab colliders on the virtual hand components.
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
## GrabAttachPointSocketName
|
||
|
|
|
||
|
|
The default socket name for the grab attach point, usually located at the palm of the hand.
|
||
|
|
|
||
|
|
## GrabAttachPointSocketTransform
|
||
|
|
|
||
|
|
The default socket transform (location, rotation, scale) for the grab attach point, usually located at the palm of the hand.
|
||
|
|
|
||
|
|
## DefaultColliderSize
|
||
|
|
|
||
|
|
The default collider size for the fingers' grab colliders.
|
||
|
|
|
||
|
|
## ThumbColliderSocketName
|
||
|
|
|
||
|
|
The default socket name for the thumb finger's grab collider, usually located at the tip of the thumb finger.
|
||
|
|
|
||
|
|
## IndexColliderSocketName
|
||
|
|
|
||
|
|
The default socket name for the index finger's grab collider, usually located at the tip of the index finger.
|
||
|
|
|
||
|
|
## MiddleColliderSocketName
|
||
|
|
|
||
|
|
The default socket name for the middle finger's grab collider, usually located at the tip of the middle finger.
|