C# Class andengine.util.pool.PoolItem

Afficher le fichier Open project: jamesburton/AndEngine.net Class Usage Examples

Méthodes publiques

Свойство Type Description
mParent IPool
mRecycled bool

Méthodes publiques

Méthode Description
GetParent ( ) : IPool
IsFromPool ( IPool pPool ) : bool
IsRecycled ( ) : bool
OnObtain ( ) : void
OnRecycle ( ) : void
Recycle ( ) : void

Method Details

GetParent() public méthode

public GetParent ( ) : IPool
Résultat IPool

IsFromPool() public méthode

public IsFromPool ( IPool pPool ) : bool
pPool IPool
Résultat bool

IsRecycled() public méthode

public IsRecycled ( ) : bool
Résultat bool

OnObtain() public méthode

public OnObtain ( ) : void
Résultat void

OnRecycle() public méthode

public OnRecycle ( ) : void
Résultat void

Recycle() public méthode

public Recycle ( ) : void
Résultat void

Property Details

mParent public_oe property

public IPool mParent
Résultat IPool

mRecycled public_oe property

public bool mRecycled
Résultat bool