C# Class andengine.entity.layer.DynamicCapacityLayer

Inheritance: BaseLayer
Afficher le fichier Open project: jamesburton/AndEngine.net

Méthodes publiques

Méthode Description
AddEntity ( andengine.entity.IEntity pEntity ) : void
Clear ( ) : void
DynamicCapacityLayer ( ) : System.Collections.Generic
DynamicCapacityLayer ( int pExpectedCapacity ) : System.Collections.Generic
FindEntity ( andengine.util.IEntityMatcher pEntityMatcher ) : andengine.entity.IEntity
GetEntity ( int pIndex ) : andengine.entity.IEntity
GetEntityCount ( ) : int
RemoveEntity ( int pIndex ) : andengine.entity.IEntity
RemoveEntity ( andengine.entity.IEntity pEntity ) : bool
RemoveEntity ( andengine.util.IEntityMatcher pEntityMatcher ) : bool
ReplaceEntity ( int pEntityIndex, andengine.entity.IEntity pEntity ) : andengine.entity.IEntity
Reset ( ) : void
SetEntity ( int pEntityIndex, andengine.entity.IEntity pEntity ) : void
SortEntities ( ) : void
SortEntities ( IComparer pEntityComparator ) : void
SwapEntities ( int pEntityIndexA, int pEntityIndexB ) : void

Méthodes protégées

Méthode Description
OnManagedDraw ( Javax.Microedition.Khronos.Opengles.IGL10 pGL, andengine.engine.camera.Camera pCamera ) : void
OnManagedUpdate ( float pSecondsElapsed ) : void

Method Details

AddEntity() public méthode

public AddEntity ( andengine.entity.IEntity pEntity ) : void
pEntity andengine.entity.IEntity
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

DynamicCapacityLayer() public méthode

public DynamicCapacityLayer ( ) : System.Collections.Generic
Résultat System.Collections.Generic

DynamicCapacityLayer() public méthode

public DynamicCapacityLayer ( int pExpectedCapacity ) : System.Collections.Generic
pExpectedCapacity int
Résultat System.Collections.Generic

FindEntity() public méthode

public FindEntity ( andengine.util.IEntityMatcher pEntityMatcher ) : andengine.entity.IEntity
pEntityMatcher andengine.util.IEntityMatcher
Résultat andengine.entity.IEntity

GetEntity() public méthode

public GetEntity ( int pIndex ) : andengine.entity.IEntity
pIndex int
Résultat andengine.entity.IEntity

GetEntityCount() public méthode

public GetEntityCount ( ) : int
Résultat int

OnManagedDraw() protected méthode

protected OnManagedDraw ( Javax.Microedition.Khronos.Opengles.IGL10 pGL, andengine.engine.camera.Camera pCamera ) : void
pGL Javax.Microedition.Khronos.Opengles.IGL10
pCamera andengine.engine.camera.Camera
Résultat void

OnManagedUpdate() protected méthode

protected OnManagedUpdate ( float pSecondsElapsed ) : void
pSecondsElapsed float
Résultat void

RemoveEntity() public méthode

public RemoveEntity ( int pIndex ) : andengine.entity.IEntity
pIndex int
Résultat andengine.entity.IEntity

RemoveEntity() public méthode

public RemoveEntity ( andengine.entity.IEntity pEntity ) : bool
pEntity andengine.entity.IEntity
Résultat bool

RemoveEntity() public méthode

public RemoveEntity ( andengine.util.IEntityMatcher pEntityMatcher ) : bool
pEntityMatcher andengine.util.IEntityMatcher
Résultat bool

ReplaceEntity() public méthode

public ReplaceEntity ( int pEntityIndex, andengine.entity.IEntity pEntity ) : andengine.entity.IEntity
pEntityIndex int
pEntity andengine.entity.IEntity
Résultat andengine.entity.IEntity

Reset() public méthode

public Reset ( ) : void
Résultat void

SetEntity() public méthode

public SetEntity ( int pEntityIndex, andengine.entity.IEntity pEntity ) : void
pEntityIndex int
pEntity andengine.entity.IEntity
Résultat void

SortEntities() public méthode

public SortEntities ( ) : void
Résultat void

SortEntities() public méthode

public SortEntities ( IComparer pEntityComparator ) : void
pEntityComparator IComparer
Résultat void

SwapEntities() public méthode

public SwapEntities ( int pEntityIndexA, int pEntityIndexB ) : void
pEntityIndexA int
pEntityIndexB int
Résultat void