中文
Appearance
ParticleSystem.renderModuleAllowRoll
ParticleSystem
是否允许粒子、广告牌围绕器Z轴旋转。
boolean
let obj = new GameObject(); let com = obj.AddComponent<ParticleSystem>(ParticleSystem); com.renderModuleAllowRoll;