gameObject.GetCompoment<ParticleSystem>().Play();播放
gameObject.GetCompoment<ParticleSystem>().Pause();暂停
gameObject.GetCompoment<ParticleSystem>().Stop();停止