Class: EntityPickedEvent
Defined in: livelink.js/sources/rendering/camera/ViewportEvents.ts:55
The event that is fired when an entity is picked.
Extends
Event
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
picked_entity | readonly | Entity | null | The entity that is currently picked or hovered or null if no entity is picked or hovered. |
ws_position | readonly | Vec3 | null | The world space position of the entity that is currently picked or hovered or null if no entity is picked or hovered. |
ws_normal | readonly | Vec3 | null | The world space normal of the entity that is currently picked or hovered or null if no entity is picked or hovered. |