EntityManager class

Constructors

EntityManager(int capacity)

Properties

availableEntities Queue<Entity>
final
capacity int
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatures Uint64List
final
size int
no setter

Methods

createEntity() Entity
destroyEntity(Entity entity) → void
getSignature(Entity entity) Signature
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSignature(Entity entity, Signature signature) → void
toString() String
A string representation of this object.
override

Operators

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