Constructor

inline new (capacity:Int = 8)

Variables

read onlylength:Int

Methods

add (id:EntityId, value:T, notifySubscriptions:Bool = true):Void

inline get (id:EntityId):Null<T>

inline initialize (world:World):Void

inline iterator ():ComponentListIterator<T>

remove (id:EntityId, notifySubscriptions:Bool = true):Void