 | PoolMessageMode Enumeration |
How should an instance get informed of pooling events?
Namespace:
Kit.Pooling
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
Members|
| Member name | Description |
|---|
| None | Do not inform of pooling events. |
| IPooledComponent | Call IPooled methods on just the instance component. |
| IPooledGameObject | Call IPooled methods on the all instance [!:GameObject] components. |
| IPooledHierarchy | Call IPooled methods directly on the instance [!:GameObject] hierarchy. |
| SendMessage | Call [!:Component.SendMessage(string)] on instance [!:GameObject]s. |
| BroadcastMessage | Call [!:Component.BroadcastMessage(string)] on instance [!:GameObject]s. |
See Also