中文
Appearance
ParticleSystem.Play()
ParticleSystem
播放粒子。
void
let obj = new GameObject(); let com = obj.AddComponent<ParticleSystem>(ParticleSystem); com.Play();