메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
onEntityReleased ( |
||
updateGroupsComponentAddedOrRemoved ( |
||
updateGroupsComponentReplaced ( |
public AddEntityIndex ( string name, IEntityIndex entityIndex ) : void | ||
name | string | |
entityIndex | IEntityIndex | |
리턴 | void |
public Context ( int totalComponents, int startCreationIndex, |
||
totalComponents | int | |
startCreationIndex | int | |
contextInfo | ||
리턴 | System |
public DeactivateAndRemoveEntityIndices ( ) : void | ||
리턴 | void |
public GetEntityIndex ( string name ) : IEntityIndex | ||
name | string | |
리턴 | IEntityIndex |
public ReplaceISomeInterface ( ISomeInterface newValue ) : |
||
newValue | ISomeInterface | |
리턴 |
public ReplaceOtherContext ( System newTimestamp, bool newIsLoggedIn ) : |
||
newTimestamp | System | |
newIsLoggedIn | bool | |
리턴 |
public ReplaceUser ( System newTimestamp, bool newIsLoggedIn ) : |
||
newTimestamp | System | |
newIsLoggedIn | bool | |
리턴 |
public ReplaceUser ( string newName, int newAge ) : |
||
newName | string | |
newAge | int | |
리턴 |
public SetISomeInterface ( ISomeInterface newValue ) : |
||
newValue | ISomeInterface | |
리턴 |
public SetOtherContext ( System newTimestamp, bool newIsLoggedIn ) : |
||
newTimestamp | System | |
newIsLoggedIn | bool | |
리턴 |
public SetUser ( System newTimestamp, bool newIsLoggedIn ) : |
||
newTimestamp | System | |
newIsLoggedIn | bool | |
리턴 |
public SetUser ( string newName, int newAge ) : |
||
newName | string | |
newAge | int | |
리턴 |