EntityHoveredEvent
Defined in: livelink.js/sources/rendering/ViewportEvents.ts:13
Experimental
The event that is fired when an entity is hovered.
Extends
Event
Properties
Property | Modifier | Type | Description |
---|---|---|---|
hovered_entity | readonly | null | Entity | Experimental The entity that is currently picked or hovered or null if no entity is picked or hovered. |
ws_position | readonly | null | Vec3 | Experimental 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 | null | Vec3 | Experimental The world space normal of the entity that is currently picked or hovered or null if no entity is picked or hovered. |