IPoolable Interface

Interface for objects that can be pooled and reset.

public interface IPoolable

Derived
Particle

Methods
Reset() Called when the object is returned to the pool. Reset state here to avoid polluting reused objects.