Interface: InteractableHit
Defined in: webxr-interactions/src/ports.ts:8
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
distance | number | Distance from the query origin (ray origin / probe point). | webxr-interactions/src/ports.ts:11 |
interactableId | string | - | webxr-interactions/src/ports.ts:9 |
point | Vec3Tuple | World-space hit or closest point. | webxr-interactions/src/ports.ts:13 |