Click or drag to resize

PoolerInstantiate Method (String)

Initialize a pool instance.

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

Parameters

pool
Type: SystemString

Return Value

Type: Component
The instance created.
See Also