Table of Contents

Class PoolableBall

Namespace
CodeBase.ObjectPooling.Example
Assembly
4Experience.CodeBase.ObjectPoolingSystem.Samples.dll
public class PoolableBall : BasePoolableMonoBehaviour, IPoolableItem
Inheritance
Object
Component
Behaviour
MonoBehaviour
PoolableBall
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

Action<PoolableBall>

OnReleaseEvent

public event Action<PoolableBall> OnReleaseEvent

Event Type

Action<PoolableBall>