RotationOverLifetimeModule
继承自 ParticleGeneratorModule
,用于控制粒子系统的生命周期内的旋转变化。
属性 | 释义 |
---|---|
separateAxes | boolean 类型,表示是否在每个轴上分别进行旋转。如果禁用,将只使用 z 轴 |
rotationX | ParticleCompositeCurve 对象,表示粒子在其生命周期内的 x 轴旋转 |
rotationY | ParticleCompositeCurve 对象,表示粒子在其生命周期内的 y 轴旋转 |
rotationZ | ParticleCompositeCurve 对象,表示粒子在其生命周期内的 z 轴旋转 |