SystemManager class

Constructors

SystemManager(int capacity, int maxEntities)

Properties

capacity int
final
hashCode int
The hash code for this object.
no setterinherited
maxEntities int
final
registerTypes List<Type>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatures Uint64List
final
size int
no setter
systemEntities List<Uint16Set>
final
systems List<EcsSystem>
final
systemSet SystemSet
final

Methods

disable(SystemId systemId) → void
enable(SystemId systemId, PhaseIndex phase) → void
entityDestroyed(Entity entity) → void
entitySignatureChanged(Entity entity, Signature oldSignature, Signature newSignature) → void
getSignature(SystemId systemId) Signature
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register<T extends EcsSystem>(EcsSystem system, SystemPhases phase) SystemId
setSignature(SystemId systemId, Signature signature) → void
toString() String
A string representation of this object.
override

Operators

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