Click or drag to resize

PoolInstantiateT Method

Initialize a pool instance.

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

Type Parameters

T

Return Value

Type: T
The instance given.
See Also