 | EffectsManagerSpawn Method (ParticleSystem, Vector3, Quaternion) |
Spawn a ParticleSystem and pool it after it finishes.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic static ParticleSystem Spawn(
ParticleSystem prefab,
Vector3 position,
Quaternion rotation
)
Request Example
View SourceParameters
- prefab
- Type: ParticleSystem
- position
- Type: Vector3
- rotation
- Type: Quaternion
Return Value
Type:
ParticleSystemThe pool instance.
See Also