options |
Object
|
optional
The object has 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, unique identification of animation |
repeat |
Boolean
|
false
|
optional
Repeat loop playback, default false |
rotateDirection |
RotateDirection
|
RotateDirection.ClockWise
|
optional
Rotation direction, clockwise by default |
startAngle |
PlotPoint3D
|
PlotPoint3D(0, 0, 0)
|
optional
Start angle, default is PlotPoint3D(0, 0, 0) |
endAngle |
PlotPoint3D
|
PlotPoint3D(0, 0, 0)
|
optional
End angle, default is PlotPoint3D(0, 0, 0) |
|