Click or drag to resize

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
C#
public enum PoolMessageMode
Request Example View Source
Members
  Member nameDescription
NoneDo not inform of pooling events.
IPooledComponentCall IPooled methods on just the instance component.
IPooledGameObjectCall IPooled methods on the all instance [!:GameObject] components.
IPooledHierarchyCall IPooled methods directly on the instance [!:GameObject] hierarchy.
SendMessageCall [!:Component.SendMessage(string)] on instance [!:GameObject]s.
BroadcastMessageCall [!:Component.BroadcastMessage(string)] on instance [!:GameObject]s.
See Also