SelectionHelper class

Constructors

SelectionHelper(GlobalKey<PeripheralsState> listenableKey, Camera camera, [SelectionHelperOptions? options])

Properties

camera ↔ Camera
getter/setter pair
cameraDist double
getter/setter pair
enabled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isClicked bool
no setter
listenableKey GlobalKey<PeripheralsState>
getter/setter pair
options SelectionHelperOptions
getter/setter pair
ratio ↔ Vector2
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionBox ↔ Mesh
getter/setter pair

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPointerDown(dynamic event) → void
onPointerMove(dynamic event) → void
onPointerUp(dynamic event) → void
onSelectMove(dynamic event) → void
onSelectOver() → void
toString() String
A string representation of this object.
inherited
updatePointer(dynamic event) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited