中文
Appearance
ParticleSystem.Stop(value)
ParticleSystem
使用提供的停止行为停止播放粒子系统。
另请参阅:Play,Pause
PSStopBehavior?
void
let obj = new GameObject(); let com = obj.AddComponent<ParticleSystem>(ParticleSystem); com.Stop();