English
Appearance
ParticleSystem.Play()
ParticleSystem
Play particles.
void
let obj = new GameObject(); let com = obj.AddComponent<ParticleSystem>(ParticleSystem); com.Play();