This version of Unity is unsupported.

ObjectPool<T0>.Clear

Declaration

public void Clear();

Description

Removes all pooled items. If the pool contains a destroy callback then it will be called for each item that is in the pool.