RotationOvertimeModule Class
The rotation module of 3d particle.
Index
Properties
enableBooleanThe enable of RotationOvertimeModule.separateAxesBooleanWhether to set the rotation of three axes separately (not currently supported)xCurveRangeSet rotation around X axis.yCurveRangeSet rotation around Y axis.zCurveRangeSet 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:44 |
y
Set rotation around Y axis.
| meta | description |
|---|---|
| Type | CurveRange |
| Defined in | cocos2d/core/3d/particle/animator/rotation-overtime.ts:59 |
z
Set rotation around Z axis.
| meta | description |
|---|---|
| Type | CurveRange |
| Defined in | cocos2d/core/3d/particle/animator/rotation-overtime.ts:74 |