Click or drag to resize

IPoolable Interface

Namespace:  Archon.SwissArmyLib.Pooling
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IPoolable
Request Example View Source

The IPoolable type exposes the following members.

Methods
  NameDescription
Public methodOnDespawned
Called when the object is despawned and marked for recycling.
Public methodOnSpawned
Called when the object is spawned (either fresh or recycled).
Top
See Also