CurveAnimationConfig
类:曲线动画配置项
Constructor
new Glodon.Bimface.Plugins.Animation.CurveAnimationConfig()
构造曲线动画配置项
Members
Name | Type | Description |
---|---|---|
curves | Array | 曲线对象的数组 |
loop | Boolean | 曲线动画是否循环,默认为false |
speed | Number | 曲线动画速度,默认为10000,(time和speed选填一项,若都填写则默认time有效) |
time | Number | 曲线动画时间,单位为毫秒(time和speed选填一项,若都填写则默认time有效) |
type | String | 曲线动画类型,“trail”为轨迹,“flow”为流动,默认为“trail” |
viewer | Glodon.Bimface.Viewer.Viewer3D | Glodon.Bimface.Viewer.ViewerGIS | Viewer对象 |