CommandBuffer class
Constructors
Properties
Methods
-
addComponent(
EntityID entityID, Component component) → void -
addComponents(
EntityID entityID, List< Component> components) → void -
apply(
World world) → void -
clear(
) → void -
createEntities(
List< List< entities) → voidComponent> > -
createEntityWith(
List< Component> components) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeComponent(
EntityID entityID, Type componentType) → void -
removeComponents(
EntityID entityID, List< Type> componentTypes) → void -
removeEntity(
EntityID entityID) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited