LimitVelocityOvertimeModule
类型
3D 粒子的限速模块
索引
属性(properties)
enable
Boolean
是否启用space
Space
计算速度下限时采用的坐标系。separateAxes
Boolean
是否三个轴分开限制。limit
CurveRange
速度下限。limitX
CurveRange
X 轴方向上的速度下限。limitY
CurveRange
Y 轴方向上的速度下限。limitZ
CurveRange
Z 轴方向上的速度下限。dampen
Number
当前速度与速度下限的插值。
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 |