LimitVelocityOvertimeModule
Class
The limit velocity module of 3d particle.
Index
Properties
enable
Boolean
The enable of LimitVelocityOvertimeModule.space
Space
The coordinate system used when calculating the lower speed limit.separateAxes
Boolean
Whether to limit the three axes separately.limit
CurveRange
Lower speed limitlimitX
CurveRange
Lower speed limit in X direction.limitY
CurveRange
Lower speed limit in Y direction.limitZ
CurveRange
Lower speed limit in Z direction.dampen
Number
Interpolation 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:72 |
limitY
Lower speed limit in Y direction.
meta | description |
---|---|
Type | CurveRange |
Defined in | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:86 |
limitZ
Lower speed limit in Z direction.
meta | description |
---|---|
Type | CurveRange |
Defined in | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:100 |
dampen
Interpolation of current speed and lower speed limit.
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/3d/particle/animator/limit-velocity-overtime.ts:114 |