RenderSystem mixin

Allow a System to be part of the render 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
render(Canvas canvas) → void
Implement this method to render the current game state in the canvas.
toString() String
A string representation of this object.
inherited

Operators

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