RotationOvertimeModule
Class
The rotation module of 3d particle.
Index
Properties
enable
Boolean
The enable of RotationOvertimeModule.separateAxes
Boolean
Whether to set the rotation of three axes separately (not currently supported)x
CurveRange
Set rotation around X axis.y
CurveRange
Set rotation around Y axis.z
CurveRange
Set rotation around Z axis.
Details
Properties
enable
The enable of RotationOvertimeModule.
meta | description |
---|---|
Type | Boolean |
Defined in | cocos2d/core/3d/particle/animator/rotation-overtime.ts:19 |
separateAxes
Whether to set the rotation of three axes separately (not currently supported)
meta | description |
---|---|
Type | Boolean |
Defined in | cocos2d/core/3d/particle/animator/rotation-overtime.ts:30 |
x
Set rotation around X axis.
meta | description |
---|---|
Type | CurveRange |
Defined in | cocos2d/core/3d/particle/animator/rotation-overtime.ts:49 |
y
Set rotation around Y axis.
meta | description |
---|---|
Type | CurveRange |
Defined in | cocos2d/core/3d/particle/animator/rotation-overtime.ts:61 |
z
Set rotation around Z axis.
meta | description |
---|---|
Type | CurveRange |
Defined in | cocos2d/core/3d/particle/animator/rotation-overtime.ts:73 |