Gizmo constructor
Gizmo(
- ThermionEntity x,
- ThermionEntity y,
- ThermionEntity z,
- ThermionViewer controller, {
- Set<
ThermionEntity> ignore = const <ThermionEntity>{},
Implementation
Gizmo(this.x, this.y, this.z, this.controller,
{this.ignore = const <ThermionEntity>{}}) {
controller.pickResult.listen(_onPickResult);
}