Structs

Marker struct used to mark pickable entities for which you don’t want to trigger a deselection event when picked. This is useful for gizmos or other pickable UI entities.

Tracks the current selection state to be used with change tracking in the events system. Entities with Selection will have selection state managed.

Functions