PoolEventType Enumeration

Ultimate Pooling

PoolEventType Enumeration
The method that is used to inform pooled objects about their current spawn state.

Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public enum PoolEventType
UltimatePooling.PoolEventType = function();
UltimatePooling.PoolEventType.createEnum('UltimatePooling.PoolEventType', false);
Members
  Member nameValueDescription
BroadcastMessage0 Broadcast a message to the game object and all scripts with a matching listener method will be informed.
InterfaceCallback1
See Also