Click or drag to resize

PoolerInstantiateT Method (T)

Initialize a pool instance.

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

Parameters

prefab
Type: T

Type Parameters

T

Return Value

Type: T
The instance created.
See Also