Click or drag to resize

PoolerInstantiate Method (Component)

Initialize a pool instance.

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

Parameters

prefab
Type: Component

Return Value

Type: Component
The instance created.
See Also