Click or drag to resize

PoolerDestroyAll Method (Component)

Pool all instances of a prefab.

Namespace:  Kit.Pooling
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static bool DestroyAll(
	Component prefab
)
Request Example View Source

Parameters

prefab
Type: Component

Return Value

Type: Boolean
See Also