Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMultiSelectEvent

Definition of the multi select event. These events are sent for multi select specific events ({@link EVENTTYPE_INTERACTION}).

Hierarchy

  • IViewportEvent
    • IMultiSelectEvent

Index

Properties

The manager that emitted this event.

node: ITreeNode

The node being selected.

nodes: ITreeNode[]

All currently selected nodes.

viewportId: string
event?: PointerEvent

The original event that triggered the selection. Only provided if it was not a manual selection.

groupedNodes?: ITreeNode[]

All nodes in the scene tree that share the same groupId and are therefore interacted with at the same time.

intersectionPoint?: vec3

The intersection point of the ray with the node. Only provided on SELECT_ON.

ray?: IRay

The ray of the selection process. Only provided on SELECT_ON and only if it was not a manual selection.