Skip to content

Commit 400660e

Browse files
Add unit to prop table
1 parent f72e7ed commit 400660e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/holdable/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)