Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
andengine
util
pool
PoolItem
C# Class andengine.util.pool.PoolItem
ファイルを表示
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