LimitVelocityOvertimeModule 类型
3D 粒子的限速模块
索引
属性(properties)
enableBoolean是否启用spaceSpace计算速度下限时采用的坐标系。separateAxesBoolean是否三个轴分开限制。limitCurveRange速度下限。limitXCurveRangeX 轴方向上的速度下限。limitYCurveRangeY 轴方向上的速度下限。limitZCurveRangeZ 轴方向上的速度下限。dampenNumber当前速度与速度下限的插值。
Details
属性(properties)
enable
是否启用
| meta | description |
|---|---|
| 类型 | Boolean |
| 定义于 | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:32 |
space
计算速度下限时采用的坐标系。
| meta | description |
|---|---|
| 类型 | Space |
| 定义于 | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:40 |
separateAxes
是否三个轴分开限制。
| meta | description |
|---|---|
| 类型 | Boolean |
| 定义于 | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:50 |
limit
速度下限。
| meta | description |
|---|---|
| 类型 | CurveRange |
| 定义于 | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:58 |
limitX
X 轴方向上的速度下限。
| meta | description |
|---|---|
| 类型 | CurveRange |
| 定义于 | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:72 |
limitY
Y 轴方向上的速度下限。
| meta | description |
|---|---|
| 类型 | CurveRange |
| 定义于 | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:86 |
limitZ
Z 轴方向上的速度下限。
| meta | description |
|---|---|
| 类型 | CurveRange |
| 定义于 | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:100 |
dampen
当前速度与速度下限的插值。
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:114 |