VelocityOvertimeModule
类型
3D 粒子的速度模块
索引
属性(properties)
enable
Boolean
是否启用space
Space
速度计算时采用的坐标系。x
CurveRange
X 轴方向上的速度分量。y
CurveRange
Y 轴方向上的速度分量。z
CurveRange
Z 轴方向上的速度分量。speedModifier
CurveRange
速度修正系数(只支持 CPU 粒子)。
Details
属性(properties)
enable
是否启用
meta | description |
---|---|
类型 | Boolean |
定义于 | cocos2d/core/3d/particle/animator/velocity-overtime.ts:23 |
space
速度计算时采用的坐标系。
meta | description |
---|---|
类型 | Space |
定义于 | cocos2d/core/3d/particle/animator/velocity-overtime.ts:31 |
x
X 轴方向上的速度分量。
meta | description |
---|---|
类型 | CurveRange |
定义于 | cocos2d/core/3d/particle/animator/velocity-overtime.ts:41 |
y
Y 轴方向上的速度分量。
meta | description |
---|---|
类型 | CurveRange |
定义于 | cocos2d/core/3d/particle/animator/velocity-overtime.ts:52 |
z
Z 轴方向上的速度分量。
meta | description |
---|---|
类型 | CurveRange |
定义于 | cocos2d/core/3d/particle/animator/velocity-overtime.ts:63 |
speedModifier
速度修正系数(只支持 CPU 粒子)。
meta | description |
---|---|
类型 | CurveRange |
定义于 | cocos2d/core/3d/particle/animator/velocity-overtime.ts:74 |