Skip to main content

EntityPickedEvent

Defined in: livelink.js/sources/rendering/ViewportEvents.ts:55

The event that is fired when an entity is picked.

Extends

  • Event

Properties

PropertyModifierTypeDescription
picked_entityreadonlynull | EntityThe entity that is currently picked or hovered or null if no entity is picked or hovered.
ws_positionreadonlynull | Vec3The world space position of the entity that is currently picked or hovered or null if no entity is picked or hovered.
ws_normalreadonlynull | Vec3The world space normal of the entity that is currently picked or hovered or null if no entity is picked or hovered.