Gizmo class

Inheritance

Constructors

Gizmo(ThermionEntity x, ThermionEntity y, ThermionEntity z, ThermionViewer controller, {Set<ThermionEntity> ignore = const <ThermionEntity>{}})

Properties

controller ThermionViewer
final
hashCode int
The hash code for this object.
no setterinherited
ignore Set<ThermionEntity>
final
isActive bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x ThermionEntity
final
y ThermionEntity
final
z ThermionEntity
final

Methods

attach(ThermionEntity entity) → void
override
detach() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
override
toString() String
A string representation of this object.
inherited
translate(double transX, double transY) → void
override

Operators

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