Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
andengine
util
pool
PoolItem
C# 클래스 andengine.util.pool.PoolItem
파일 보기
프로젝트 열기: jamesburton/AndEngine.net
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
mParent
IPool
mRecycled
bool
공개 메소드들
메소드
설명
GetParent
( ) :
IPool
IsFromPool
(
IPool
pPool
) :
bool
IsRecycled
( ) :
bool
OnObtain
( ) :
void
OnRecycle
( ) :
void
Recycle
( ) :
void
메소드 상세
GetParent()
공개
메소드
public
GetParent
( ) :
IPool
리턴
IPool
IsFromPool()
공개
메소드
public
IsFromPool
(
IPool
pPool
) :
bool
pPool
IPool
리턴
bool
IsRecycled()
공개
메소드
public
IsRecycled
( ) :
bool
리턴
bool
OnObtain()
공개
메소드
public
OnObtain
( ) :
void
리턴
void
OnRecycle()
공개
메소드
public
OnRecycle
( ) :
void
리턴
void
Recycle()
공개
메소드
public
Recycle
( ) :
void
리턴
void
프로퍼티 상세
mParent
공개적으로 프로퍼티
public
IPool
mParent
리턴
IPool
mRecycled
공개적으로 프로퍼티
public
bool
mRecycled
리턴
bool