ObjectManager<T extends BaseObject> class

Inheritance
Implementers

Constructors

ObjectManager()

Properties

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

Methods

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

Operators

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