中文
Appearance
ParticleSystem.Pause()
ParticleSystem
暂停粒子系统。
void
let obj = new GameObject(); let com = obj.AddComponent<ParticleSystem>(ParticleSystem); com.Pause();