中文
Appearance
ParticleSystem.rotationByVelocityModuleEnable
ParticleSystem
是否启用旋转速度模块。
boolean
let obj = new GameObject(); let com = obj.AddComponent<ParticleSystem>(ParticleSystem); com.rotationByVelocityModuleEnable;