options |
Object
|
optional
Objects have the following properties:
Name |
Type |
Default |
Description |
startTime |
Number
|
0
|
optional
Animation start time, in seconds
|
duration |
Number
|
0
|
optional
Animation duration,in seconds
|
name |
String
|
""
|
optional
Animation name, the unique identifier of the animation
|
repeat |
Boolean
|
false
|
optional
Whether to repeat the loop play, the default is false
|
rotateDirection |
RotateDirection
|
RotateDirection.ClockWise
|
optional
Rotation direction, the default is clockwise
|
startAngle |
MPoint3D
|
MPoint3D(0, 0, 0)
|
optional
Start angle, default is Cartesian3 (0, 0, 0)
|
endAngle |
MPoint3D
|
MPoint3D(0, 0, 0)
|
optional
End angle, defaults to Cartesian3 (0, 0, 0)
|
|