UpdateSystem mixin

Allow a System to be part of the update loop from Flame.

Superclass Constraints
Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
priority int
The priority of this system.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
world FlameWorld?
The world this system belongs to.
getter/setter pairinherited-setteroverride-getter

Methods

createQuery(Iterable<Filter<Component>> filters) Query
Create a new Query to filter entites.
inherited
dispose() → void
Disposing of the System.
inherited
execute(double delta) → void
Execute the System.
override
init() → void
Initialize the System.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(double delta) → void
Implement this method to update the game state, given the time delta that has passed since the last update.

Operators

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