Click or drag to resize

IPooled Interface

Interface to be implemented by pool components which want to be informed of pooling events directly.

Namespace:  Kit.Pooling
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public interface IPooled
Request Example View Source

The IPooled type exposes the following members.

Methods
  NameDescription
Public methodAwakeFromPool
Method that gets called when an instance initializes.
Public methodOnDestroyIntoPool
Method that gets called when an instance gets pooled.
Top
See Also