Click or drag to resize

PoolerInstantiate Method (String, Transform, Boolean)

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,
	Transform parent,
	bool worldSpace = false
)
Request Example View Source

Parameters

pool
Type: SystemString
parent
Type: Transform
worldSpace (Optional)
Type: SystemBoolean

Return Value

Type: Component
The instance created.
See Also