Méthode | Description | |
---|---|---|
ContainsEntity ( Entity entity ) : bool | ||
GetEntities ( ) : Entity[] | ||
GetSingleEntity ( ) : Entity | ||
Group ( IMatcher matcher ) : System.Collections.Generic | ||
HandleEntity ( Entity entity, int index, IComponent component ) : void | ||
HandleEntitySilently ( Entity entity ) : void | ||
RemoveAllEventHandlers ( ) : void | ||
ToString ( ) : string | ||
UpdateEntity ( Entity entity, int index, IComponent previousComponent, IComponent newComponent ) : void |
Méthode | Description | |
---|---|---|
addEntity ( Entity entity, int index, IComponent component ) : void | ||
addEntitySilently ( Entity entity ) : bool | ||
handleEntity ( Entity entity ) : GroupChanged | ||
removeEntity ( Entity entity, int index, IComponent component ) : void | ||
removeEntitySilently ( Entity entity ) : bool |
public ContainsEntity ( Entity entity ) : bool | ||
entity | Entity | |
Résultat | bool |
public Group ( IMatcher matcher ) : System.Collections.Generic | ||
matcher | IMatcher | |
Résultat | System.Collections.Generic |
public HandleEntity ( Entity entity, int index, IComponent component ) : void | ||
entity | Entity | |
index | int | |
component | IComponent | |
Résultat | void |
public HandleEntitySilently ( Entity entity ) : void | ||
entity | Entity | |
Résultat | void |
public UpdateEntity ( Entity entity, int index, IComponent previousComponent, IComponent newComponent ) : void | ||
entity | Entity | |
index | int | |
previousComponent | IComponent | |
newComponent | IComponent | |
Résultat | void |