MovementSystem class

Inheritance

Constructors

MovementSystem.new()

Properties

componentManager ComponentManagerReadOnlyInterface
latefinalinherited
entityManager EntityManager
latefinalinherited
filterTypes Set<Type>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
view EntityView
latefinalinherited

Methods

attach(EntityManager entityManager) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(Duration delta) → void
inherited
processEntity(Entity entity, Map<Type, SparseList<Component>> componentLists, Duration delta) → void
override
toString() String
A string representation of this object.
inherited

Operators

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