LimitVelocityOvertimeModule Class
The limit velocity module of 3d particle.
Index
Properties
enableBooleanThe enable of LimitVelocityOvertimeModule.spaceSpaceThe coordinate system used when calculating the lower speed limit.separateAxesBooleanWhether to limit the three axes separately.limitCurveRangeLower speed limitlimitXCurveRangeLower speed limit in X direction.limitYCurveRangeLower speed limit in Y direction.limitZCurveRangeLower speed limit in Z direction.dampenNumberInterpolation of current speed and lower speed limit.
Details
Properties
enable
The enable of LimitVelocityOvertimeModule.
| meta | description |
|---|---|
| Type | Boolean |
| Defined in | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:32 |
space
The coordinate system used when calculating the lower speed limit.
| meta | description |
|---|---|
| Type | Space |
| Defined in | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:40 |
separateAxes
Whether to limit the three axes separately.
| meta | description |
|---|---|
| Type | Boolean |
| Defined in | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:50 |
limit
Lower speed limit
| meta | description |
|---|---|
| Type | CurveRange |
| Defined in | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:58 |
limitX
Lower speed limit in X direction.
| meta | description |
|---|---|
| Type | CurveRange |
| Defined in | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:69 |
limitY
Lower speed limit in Y direction.
| meta | description |
|---|---|
| Type | CurveRange |
| Defined in | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:80 |
limitZ
Lower speed limit in Z direction.
| meta | description |
|---|---|
| Type | CurveRange |
| Defined in | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:91 |
dampen
Interpolation of current speed and lower speed limit.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:102 |