Clear()
Removes all pooled items and invokes the pool's action on destroy callback for each item in the pool.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Pool
- Assembly: UnityEngine.CoreModule
public void Clear()
Remarks
The action on destroy callback is the delegate passed to the constructor as the optional parameter.
actionOnDestroy