PhasedObjectManager<T extends PhasedObject> class

Inheritance
Mixed in types

Constructors

PhasedObjectManager()

Properties

additionsDirty bool
getter/setter pairinherited
concreteCount int
no setterinherited
count int
no setterinherited
dirty bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
removalsDirty bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(T object) → void
override
commitUpdates() → void
override
findByType<E extends BaseObject>() → E?
inherited
getAdditionsArray() List<T>
inherited
getAt(int index) → T
inherited
getObjects() → SortedList<T>
inherited
getRemovalsArray() List<T>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(T object) → void
inherited
removeAll() → void
inherited
reset() → void
override
toString() String
A string representation of this object.
override
update(double deltaTime, BaseObject parent) → void
inherited

Operators

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