Arbor 3: FSM & BT Graph Editor  3.7.8
IPoolCallbackReceiver Interface Reference

Interface receiving ObjectPool callback More...

Inheritance diagram for IPoolCallbackReceiver:
NodeGraph ArborFSMInternal BehaviourTreeInternal ArborFSM BehaviourTree

Public Member Functions

void OnPoolResume ()
 Called when resuming. More...
 
void OnPoolSleep ()
 Called when stored in the pool. More...
 

Detailed Description

Interface receiving ObjectPool callback

You can receive callbacks by defining this interface for MonoBehaviour added to the game object under pool management (including child).

Member Function Documentation

◆ OnPoolResume()

void OnPoolResume ( )

Called when resuming.

Implemented in NodeGraph.

◆ OnPoolSleep()

void OnPoolSleep ( )

Called when stored in the pool.

Implemented in NodeGraph.