GenericPoolGroup.onInstanceDespawned Method

Ultimate Pooling

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
Syntax
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
See Also