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