SizeOvertimeModule
Class
The size module of 3d particle.
Index
Properties
enable
Boolean
The enable of SizeOvertimeModule.separateAxes
Boolean
Decide whether to control particle size independently on each axis.size
CurveRange
Define a curve to determine the size change of particles during their life cycle.x
CurveRange
Defines a curve to determine the size change of particles in the X-axis direction during their life cycle.y
CurveRange
Defines a curve to determine the size change of particles in the Y-axis direction during their life cycle.z
CurveRange
Defines 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 |