Class PoolableBall
- Namespace
- CodeBase.ObjectPooling.Example
- Assembly
- 4Experience.CodeBase.ObjectPoolingSystem.Samples.dll
public class PoolableBall : BasePoolableMonoBehaviour, IPoolableItem
- Inheritance
-
ObjectComponentBehaviourMonoBehaviourPoolableBall
- Implements
- Inherited Members
- Extension Methods
Methods
OnDestroy()
protected virtual void OnDestroy()
OnGet()
public override void OnGet()
OnRelease()
public override void OnRelease()
Events
OnDestroyEvent
public event Action<PoolableBall> OnDestroyEvent
Event Type
OnReleaseEvent
public event Action<PoolableBall> OnReleaseEvent