A helper class to select objects in a scene. Dragging the mouse will draw a selection box, selecting all objects that are intersected by it.

Constructors

Methods

Properties

enabled: boolean = false
onSelected: Event<Mesh<BufferGeometry, Material | Material[]>[]> = ...