Paradies Project
Loading...
Searching...
No Matches
IObjectPoolInterface Class Reference
Inheritance diagram for IObjectPoolInterface:
Inheritance graph
Collaboration diagram for IObjectPoolInterface:
Collaboration graph

Public Member Functions

void OnPoolActivate ()
 풀에서 꺼낼 때 호출(초기화, 위치 설정 등)
void OnPoolDeactivate ()
 풀로 돌아갈 때 호출 (타이머 정지, 상태 리셋 등)

Member Function Documentation

◆ OnPoolActivate()

void IObjectPoolInterface::OnPoolActivate ( )

풀에서 꺼낼 때 호출(초기화, 위치 설정 등)

Warning
오브젝트 풀 사용위해선 반드시 구현해야함
Here is the call graph for this function:
Here is the caller graph for this function:

◆ OnPoolDeactivate()

void IObjectPoolInterface::OnPoolDeactivate ( )

풀로 돌아갈 때 호출 (타이머 정지, 상태 리셋 등)

Warning
오브젝트 풀 사용위해선 반드시 구현해야함
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: