# RotationByLife模块
# 概述
RotationByLife(旋转变化模块),用于设置粒子生命周期中旋转的变化。
若属性的类型为Curve或者TwoCurves,可以点击曲线,并将inspector最底部的Particle Curve向上拖动,即可出现曲线编辑器,通过可右键增加关键帧,并调整曲线的变化。
# 属性描述
属性 | 功能 | 类型 |
---|---|---|
separateAxes | 是否在XYZ轴上分别控制粒子的旋转。 | boolean |
x | 若separateAxes为true,表示在X轴方向旋转的角速度。 | engine.Particle.AdvancedProperty.ConstantProperty engine.Particle.AdvancedProperty.TwoConstantsProperty engine.Particle.AdvancedProperty.CurveProperty engine.Particle.AdvancedProperty.TwoCurvesProperty |
y | 若separateAxes为true,表示在Y轴方向旋转的角速度。 | engine.Particle.AdvancedProperty.ConstantProperty engine.Particle.AdvancedProperty.TwoConstantsProperty engine.Particle.AdvancedProperty.CurveProperty engine.Particle.AdvancedProperty.TwoCurvesProperty |
z | 表示在Z轴方向旋转的角速度,若separateAxes为false时,工具显示为Rotation。 | engine.Particle.AdvancedProperty.ConstantProperty engine.Particle.AdvancedProperty.TwoConstantsProperty engine.Particle.AdvancedProperty.CurveProperty engine.Particle.AdvancedProperty.TwoCurvesProperty |