中文
Appearance
ParticleSystem.forceModuleEnable
ParticleSystem
使用启用粒子力场模块。
boolean
let obj = new GameObject(); let com = obj.AddComponent<ParticleSystem>(ParticleSystem); com.forceModuleEnable;