 | PoolInstantiateT Method (Vector3) |
Initialize a pool instance.
Namespace:
Kit.Pooling
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic T Instantiate<T>(
Vector3 position
)
where T : Component
Request Example
View SourceParameters
- position
- Type: Vector3
Type Parameters
- T
Return Value
Type:
TThe instance given.
See Also