Ultimate Pooling Scripting Reference
GenericPoolGrouponInstanceDespawned Method |
Handle despawning of a pooled object.
By default, this method disables the game object.
Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

protected override void onInstanceDespawned( Object instance, PoolEventType type )
function onInstanceDespawned(instance, type);
Parameters
- instance
- Type: Object
The instance to handle the despawning of - type
- Type: UltimatePoolingPoolEventType
The type of event used to inform the object of its spawned status
