C# Class andengine.util.pool.PoolItem

Mostrar archivo Open project: jamesburton/AndEngine.net Class Usage Examples

Public Properties

Property Type Description
mParent IPool
mRecycled bool

Public Methods

Method Description
GetParent ( ) : IPool
IsFromPool ( IPool pPool ) : bool
IsRecycled ( ) : bool
OnObtain ( ) : void
OnRecycle ( ) : void
Recycle ( ) : void

Method Details

GetParent() public method

public GetParent ( ) : IPool
return IPool

IsFromPool() public method

public IsFromPool ( IPool pPool ) : bool
pPool IPool
return bool

IsRecycled() public method

public IsRecycled ( ) : bool
return bool

OnObtain() public method

public OnObtain ( ) : void
return void

OnRecycle() public method

public OnRecycle ( ) : void
return void

Recycle() public method

public Recycle ( ) : void
return void

Property Details

mParent public_oe property

public IPool mParent
return IPool

mRecycled public_oe property

public bool mRecycled
return bool