|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Interface receiving ObjectPool callback More...
Public Member Functions | |
| void | OnPoolResume () |
| Called when resuming. More... | |
| void | OnPoolSleep () |
| Called when stored in the pool. More... | |
Interface receiving ObjectPool callback
You can receive callbacks by defining this interface for MonoBehaviour added to the game object under pool management (including child).
| void OnPoolResume | ( | ) |
Called when resuming.
Implemented in NodeGraph.
| void OnPoolSleep | ( | ) |
Called when stored in the pool.
Implemented in NodeGraph.