GenericPoolGroup Methods

Ultimate Pooling

GenericPoolGroup Methods

The GenericPoolGroup type exposes the following members.

Methods
  Name Description
Protected method onInstanceDespawned
Handle despawning of a pooled object. By default, this method disables the game object.
(Overrides PoolGrouponInstanceDespawned(Object, PoolEventType).)
Protected method onInstanceSpawned
Handle the spawning of a pooled object. By default, this method enabled the game object.
(Overrides PoolGrouponInstanceSpawned(Object, PoolEventType, Vector3, Quaternion).)
Top
See Also