Table of Contents

Class PoolableBall

Namespace
CodeBase.SimpleObjectPooling.Example
Assembly
4Experience.CodeBase.ObjectPoolingSystem.Samples.dll
public class PoolableBall : ExtendedMonoBehaviour
Inheritance
Object
Component
Behaviour
MonoBehaviour
PoolableBall
Extension Methods

Methods

OnDestroy()

protected virtual void OnDestroy()

OnDisable()

protected virtual void OnDisable()

Events

OnDestroyEvent

public event Action<PoolableBall> OnDestroyEvent

Event Type

Action<PoolableBall>

OnDisableEvent

public event Action<PoolableBall> OnDisableEvent

Event Type

Action<PoolableBall>