 | PoolerInstantiateT Method (String, Vector3, Transform) |
Initialize a pool instance.
Namespace:
Kit.Pooling
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic static T Instantiate<T>(
string pool,
Vector3 position,
Transform parent
)
where T : Component
Request Example
View SourceParameters
- pool
- Type: SystemString
- position
- Type: Vector3
- parent
- Type: Transform
Type Parameters
- T
Return Value
Type:
TThe instance created.
See Also