GameRef<T extends OxygenGame> mixin

Superclass Constraints

Properties

game → T?
The T this system belongs to.
no setter
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.
inherited
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

Operators

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