File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ Add the `holdable` component to an entity you'd like to make grabbable, such as
2626
2727## Properties
2828
29- | Parameter | Type | Description | Default | Options |
30- | --------- | ---- | --------------------------------------------------------------------------------- | ------- | -------------------------------- |
31- | position | vec3 | Local offset position where the object should be held (relative to controller). | ` 0 0 0 ` | Any position coordinates |
32- | rotation | vec3 | Local offset rotation applied when held (relative to controller). | ` 0 0 0 ` | Any rotation angles (in degrees) |
29+ | Parameter | Type | Description | Default | Options |
30+ | --------- | ---- | --------------------------------------------------------------------------------- | ------- | ------------------------------------ |
31+ | position | vec3 | Local offset position where the object should be held (relative to controller). | ` 0 0 0 ` | Any position coordinates (in meters) |
32+ | rotation | vec3 | Local offset rotation applied when held (relative to controller). | ` 0 0 0 ` | Any rotation angles (in degrees) |
3333
3434** Note** : Left-hand interactions are mirrored - position and rotation offsets are automatically flipped when grabbing with the left hand.
3535
You can’t perform that action at this time.
0 commit comments