VelocityOvertimeModule 类型
3D 粒子的速度模块
索引
属性(properties)
enableBoolean是否启用spaceSpace速度计算时采用的坐标系。xCurveRangeX 轴方向上的速度分量。yCurveRangeY 轴方向上的速度分量。zCurveRangeZ 轴方向上的速度分量。speedModifierCurveRange速度修正系数(只支持 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 |