Méthode | Description | |
---|---|---|
AddEntityIndex ( string name, IEntityIndex entityIndex ) : void | ||
ClearComponentPool ( int index ) : void | ||
ClearComponentPools ( ) : void | ||
ClearGroups ( ) : void | ||
Context ( int totalComponents ) : System | ||
Context ( int totalComponents, int startCreationIndex, |
||
CreateEntity ( ) : |
||
DeactivateAndRemoveEntityIndices ( ) : void | ||
DestroyAllEntities ( ) : void | ||
DestroyEntity ( |
||
GetEntities ( ) : Entitas.Entity[] | ||
GetEntityIndex ( string name ) : IEntityIndex | ||
GetGroup ( IMatcher matcher ) : |
||
HasEntity ( |
||
RemoveCoins ( ) : void | ||
RemoveISomeInterface ( ) : void | ||
RemoveOtherContext ( ) : void | ||
RemoveUser ( ) : void | ||
ReplaceCoins ( int newCount ) : |
||
ReplaceISomeInterface ( ISomeInterface newValue ) : |
||
ReplaceOtherContext ( System newTimestamp, bool newIsLoggedIn ) : |
||
ReplaceUser ( System newTimestamp, bool newIsLoggedIn ) : |
||
ReplaceUser ( string newName, int newAge ) : |
||
Reset ( ) : void | ||
ResetCreationIndex ( ) : void | ||
SetCoins ( int newCount ) : |
||
SetISomeInterface ( ISomeInterface newValue ) : |
||
SetOtherContext ( System newTimestamp, bool newIsLoggedIn ) : |
||
SetUser ( System newTimestamp, bool newIsLoggedIn ) : |
||
SetUser ( string newName, int newAge ) : |
||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
onEntityReleased ( |
||
updateGroupsComponentAddedOrRemoved ( |
||
updateGroupsComponentReplaced ( |
public AddEntityIndex ( string name, IEntityIndex entityIndex ) : void | ||
name | string | |
entityIndex | IEntityIndex | |
Résultat | void |
public ClearComponentPool ( int index ) : void | ||
index | int | |
Résultat | void |
public Context ( int totalComponents ) : System | ||
totalComponents | int | |
Résultat | System |
public Context ( int totalComponents, int startCreationIndex, |
||
totalComponents | int | |
startCreationIndex | int | |
contextInfo | ||
Résultat | System |
public DeactivateAndRemoveEntityIndices ( ) : void | ||
Résultat | void |
public DestroyEntity ( |
||
entity | ||
Résultat | void |
public GetEntityIndex ( string name ) : IEntityIndex | ||
name | string | |
Résultat | IEntityIndex |
public GetGroup ( IMatcher matcher ) : |
||
matcher | IMatcher | |
Résultat |
public ReplaceCoins ( int newCount ) : |
||
newCount | int | |
Résultat |
public ReplaceISomeInterface ( ISomeInterface newValue ) : |
||
newValue | ISomeInterface | |
Résultat |
public ReplaceOtherContext ( System newTimestamp, bool newIsLoggedIn ) : |
||
newTimestamp | System | |
newIsLoggedIn | bool | |
Résultat |
public ReplaceUser ( System newTimestamp, bool newIsLoggedIn ) : |
||
newTimestamp | System | |
newIsLoggedIn | bool | |
Résultat |
public ReplaceUser ( string newName, int newAge ) : |
||
newName | string | |
newAge | int | |
Résultat |
public SetISomeInterface ( ISomeInterface newValue ) : |
||
newValue | ISomeInterface | |
Résultat |
public SetOtherContext ( System newTimestamp, bool newIsLoggedIn ) : |
||
newTimestamp | System | |
newIsLoggedIn | bool | |
Résultat |
public SetUser ( System newTimestamp, bool newIsLoggedIn ) : |
||
newTimestamp | System | |
newIsLoggedIn | bool | |
Résultat |
public SetUser ( string newName, int newAge ) : |
||
newName | string | |
newAge | int | |
Résultat |