Click or drag to resize

PoolInstantiateT Method (Vector3)

Initialize a pool instance.

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

Parameters

position
Type: Vector3

Type Parameters

T

Return Value

Type: T
The instance given.
See Also