IPoolable Interface
Definition
Section titled “Definition”Interface for receiving callbacks from ScriptablePool<T>
public interface IPoolableMethods
Section titled “Methods”OnUnpooled()
Section titled “OnUnpooled()”Called when the object is removed from the pool.
void OnUnpooled()OnPooled()
Section titled “OnPooled()”Called when the object is added to the pool.
void OnPooled()