Ultimate Pooling Scripting Reference
GenericPoolGroup Methods |
The GenericPoolGroup type exposes the following members.

Name | Description | |
---|---|---|
![]() |
onInstanceDespawned |
Handle despawning of a pooled object.
By default, this method disables the game object.
(Overrides PoolGrouponInstanceDespawned(Object, PoolEventType).) |
![]() |
onInstanceSpawned |
Handle the spawning of a pooled object.
By default, this method enabled the game object.
(Overrides PoolGrouponInstanceSpawned(Object, PoolEventType, Vector3, Quaternion).) |
