Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/components/hand-tracking-grab-controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,10 @@ For debugging purposes you can make the colliders visible, changing color when a
| hoverColor | Hand color when hand intersects a grabbable entity bounding box. | #538df1 |
| hoverEnabled | If the hand model changes color when intersecting a grabbable entity. | false |


## Events

| Event Name | Description |
| ---------- | ----------- |
| grabstarted | A grabbable element has been grabbed. Event detail will contain `grabbedEl` referencing the entity that has been grabbed. |
| grabended | The grabbable element has been released. Event detail will contain `grabbedEl` referencing the entity that was grabbed and has been released. |
Loading