Click or drag to resize

Archon.SwissArmyLib.Pooling Namespace

Contains classes related to object pooling.
Classes
  ClassDescription
Public classGameObjectPoolT
An object pool that can recycle prefab instances.
Public classPoolT
An object pool that can recycle objects of the type T. If the type implements IPoolable they will be notified when they're spawned and despawned.
Public classPoolableGroup
Manages a list of IPoolable components found in the hierarchy of this GameObject and notifies them when it is spawned and despawned.
Public classPoolHelper
Simple static helper class for pooling Unity prefab instances. If the pooled objects implement IPoolable they will be notified when they're spawned and despawned. For non-Unity objects see PoolHelperT.
Public classPoolHelperT
Simple static helper class for pooling non-Unity objects. If the pooled objects implement IPoolable they will be notified when they're spawned and despawned. For Unity GameObjects see PoolHelper.
Interfaces