Component class abstract

Inheritance
Mixed in types
Implementers

Constructors

Component({String? componentName, ComponentPhases phase = ComponentPhases.phase0})

Properties

componentName String?
Unique name for the search
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parameters Parameters
no setterinherited
phase int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systems SystemRegistry
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
inherited
setPhase(ComponentPhases value) → void
spawn(BaseObject parent) → void
toString() String
A string representation of this object.
inherited
update(double deltaTime, BaseObject parent) → void
inherited

Operators

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