Метод | Описание | |
---|---|---|
AddEntity ( IEntity pEntity ) : void | ||
BaseLayer ( ) : System.Collections.Generic | ||
BaseLayer ( int pZIndex ) : System.Collections.Generic | ||
Clear ( ) : void | ||
FindEntity ( andengine.util.IEntityMatcher pEntityMatcher ) : IEntity | ||
GetEntity ( int pIndex ) : IEntity | ||
GetEntityCount ( ) : int | ||
GetTouchAreas ( ) : IList |
||
RegisterTouchArea ( andengine.entity.scene.Scene.ITouchArea pTouchArea ) : void | ||
RemoveEntity ( int pIndex ) : IEntity | ||
RemoveEntity ( IEntity pEntity ) : bool | ||
RemoveEntity ( andengine.util.IEntityMatcher pEntityMatcher ) : bool | ||
ReplaceEntity ( int pEntityIndex, IEntity pEntity ) : IEntity | ||
SetEntity ( int pEntityIndex, IEntity pEntity ) : void | ||
SortEntities ( ) : void | ||
SortEntities ( IComparer |
||
SwapEntities ( int pEntityIndexA, int pEntityIndexB ) : void | ||
UnregisterTouchArea ( andengine.entity.scene.Scene.ITouchArea pTouchArea ) : void |
public abstract AddEntity ( IEntity pEntity ) : void | ||
pEntity | IEntity | |
Результат | void |
public BaseLayer ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public BaseLayer ( int pZIndex ) : System.Collections.Generic | ||
pZIndex | int | |
Результат | System.Collections.Generic |
public abstract FindEntity ( andengine.util.IEntityMatcher pEntityMatcher ) : IEntity | ||
pEntityMatcher | andengine.util.IEntityMatcher | |
Результат | IEntity |
public abstract GetEntity ( int pIndex ) : IEntity | ||
pIndex | int | |
Результат | IEntity |
public RegisterTouchArea ( andengine.entity.scene.Scene.ITouchArea pTouchArea ) : void | ||
pTouchArea | andengine.entity.scene.Scene.ITouchArea | |
Результат | void |
public abstract RemoveEntity ( int pIndex ) : IEntity | ||
pIndex | int | |
Результат | IEntity |
public abstract RemoveEntity ( IEntity pEntity ) : bool | ||
pEntity | IEntity | |
Результат | bool |
public abstract RemoveEntity ( andengine.util.IEntityMatcher pEntityMatcher ) : bool | ||
pEntityMatcher | andengine.util.IEntityMatcher | |
Результат | bool |
public abstract ReplaceEntity ( int pEntityIndex, IEntity pEntity ) : IEntity | ||
pEntityIndex | int | |
pEntity | IEntity | |
Результат | IEntity |
public abstract SetEntity ( int pEntityIndex, IEntity pEntity ) : void | ||
pEntityIndex | int | |
pEntity | IEntity | |
Результат | void |
public abstract SortEntities ( IComparer |
||
entityComparator | IComparer |
|
Результат | void |
public abstract SwapEntities ( int pEntityIndexA, int pEntityIndexB ) : void | ||
pEntityIndexA | int | |
pEntityIndexB | int | |
Результат | void |
public UnregisterTouchArea ( andengine.entity.scene.Scene.ITouchArea pTouchArea ) : void | ||
pTouchArea | andengine.entity.scene.Scene.ITouchArea | |
Результат | void |