动态标绘路径动画类
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
optional
对象具有以下属性:
|
Members
-
动画时长,单位为秒
-
动画名称,动画的唯一标识
-
路径线色
-
路径类型
-
路径线宽
-
是否重复循环播放,默认为false
-
是否显示路径线
-
动画开始时间,单位为秒
-
是否沿切线方向
-
wayPoints : Array.<PlotPoint3D>
-
路径点
Methods
-
销毁对象,释放资源。
-
getCurrentPt() → PlotPoint3D
-
获取路径动画当前位置
Returns:
当前位置 -
getGOAnimationType() → GOAnimationType
-
获取动画类型
Returns:
动画类型 -
获取路径线颜色
Returns:
路径线颜色 -
getPathType() → WayPathType
-
获取路径线类型
Returns:
路径线类型 -
获取路径线宽度
Returns:
路径线宽度 -
getWayPoints() → Array.<PlotPoint3D>
-
获取路径动画点数组
Returns:
路径点数组 -
暂停动画
-
播放动画
-
复位动画
-
设置动画名称
Name Type Description name
String 动画名称 Returns:
是否设置成功 -
设置路径线颜色
Name Type Description color
String 路径线颜色raga -
设置路径线类型
Name Type Description pathType
WayPathType 路径线类型 -
设置路径线宽度
Name Type Description width
Number 路径线宽度 -
设置是否显示动画路径
Name Type Description value
Boolean 是否显示路径 -
停止动画