SizeOvertimeModule Class
The size module of 3d particle.
Index
Properties
enableBooleanThe enable of SizeOvertimeModule.separateAxesBooleanDecide whether to control particle size independently on each axis.sizeCurveRangeDefine a curve to determine the size change of particles during their life cycle.xCurveRangeDefines a curve to determine the size change of particles in the X-axis direction during their life cycle.yCurveRangeDefines a curve to determine the size change of particles in the Y-axis direction during their life cycle.zCurveRangeDefines a curve to determine the size change of particles in the Z-axis direction during their life cycle.
Details
Properties
enable
The enable of SizeOvertimeModule.
| meta | description |
|---|---|
| Type | Boolean |
| Defined in | cocos2d/core/3d/particle/animator/size-overtime.ts:19 |
separateAxes
Decide whether to control particle size independently on each axis.
| meta | description |
|---|---|
| Type | Boolean |
| Defined in | cocos2d/core/3d/particle/animator/size-overtime.ts:27 |
size
Define a curve to determine the size change of particles during their life cycle.
| meta | description |
|---|---|
| Type | CurveRange |
| Defined in | cocos2d/core/3d/particle/animator/size-overtime.ts:35 |
x
Defines a curve to determine the size change of particles in the X-axis direction during their life cycle.
| meta | description |
|---|---|
| Type | CurveRange |
| Defined in | cocos2d/core/3d/particle/animator/size-overtime.ts:45 |
y
Defines a curve to determine the size change of particles in the Y-axis direction during their life cycle.
| meta | description |
|---|---|
| Type | CurveRange |
| Defined in | cocos2d/core/3d/particle/animator/size-overtime.ts:55 |
z
Defines a curve to determine the size change of particles in the Z-axis direction during their life cycle.
| meta | description |
|---|---|
| Type | CurveRange |
| Defined in | cocos2d/core/3d/particle/animator/size-overtime.ts:65 |