Expand description
Multi-select system for viewport objects. Multi-select system for viewport objects.
Selection tracks a set of selected node IDs with a designated primary
(most recently selected). Supports single-click, shift-click toggle,
box select, and select-all operations.
Structs§
- Selection
- A set of selected nodes with a primary (most recently selected) node.
Type Aliases§
- NodeId
- Node identifier — matches
ViewportObject::id()return type.