 | PoolerInstantiate Method (String, Vector3) |
Initialize a pool instance.
Namespace:
Kit.Pooling
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic static Component Instantiate(
string pool,
Vector3 position
)
Request Example
View SourceParameters
- pool
- Type: SystemString
- position
- Type: Vector3
Return Value
Type:
ComponentThe instance created.
See Also