English
Appearance
ParticleSystem.Pause()
ParticleSystem
Pauses the particle system.
void
let obj = new GameObject(); let com = obj.AddComponent<ParticleSystem>(ParticleSystem); com.Pause();