Ultimate Pooling Scripting Reference
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

public enum PoolEventType
UltimatePooling.PoolEventType = function(); UltimatePooling.PoolEventType.createEnum('UltimatePooling.PoolEventType', false);

Member name | Value | Description | |
---|---|---|---|
BroadcastMessage | 0 | Broadcast a message to the game object and all scripts with a matching listener method will be informed. | |
InterfaceCallback | 1 |
