中文
Appearance
ParticleSystem.shapeModuleRandomizeDirection
ParticleSystem
随机化粒子的起始方向。
number
let obj = new GameObject(); let com = obj.AddComponent<ParticleSystem>(ParticleSystem); com.shapeModuleRandomizeDirection;