Click or drag to resize

PoolerInstantiateT Method (String)

Initialize a pool instance.

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

Parameters

pool
Type: SystemString

Type Parameters

T

Return Value

Type: T
The instance created.
See Also