Methods
-
添加播放控制回调事件
Name Type Description callback
SimulationController~callBack 实体添加回调函数 -
添加脚本执行回调
Name Type Description callback
SimulationController~executeCallBack 回调函数 -
继续
-
获取是否反向
Returns:
是否反向 -
获取仿真倍速
Returns:
仿真倍速 -
获取仿真时间
Returns:
仿真时间 -
获取UTC时间
Returns:
UTC时间 -
获取是否在执行仿真
Returns:
是否在执行仿真 -
暂停
-
移除播放控制回调事件
Name Type Description callback
SimulationController~callBack 实体添加回调函数 -
移除脚本执行回调
Name Type Description callback
SimulationController~executeCallBack 回调函数 -
复位
-
设置开启或关闭相机跟随地球自转
Name Type Description isFollow
boolean 开启或关闭 -
设置仿真时间偏移量
Name Type Description passTimeOffset
Number 时间偏移量 -
设置是否反向
Name Type Description isReverse
boolean 是否反向 -
设置脚本执行复位方式
Name Type Description resetType
DeductionScriptExecuteResetType 脚本复位方式 -
设置仿真倍数
Name Type Description dSpeed
Number 仿真倍数 -
设置仿真时间
Name Type Description lTime
Number 仿真时间 -
播放
Returns:
脚本执行总时长(单位毫秒) -
停止
-
更新轨道位置
Type Definitions
-
播放状态控制回调事件()
Name Type Description params
Object 参数 Name Type Description status
String 当前的播放状态,返回字符串:start、stop、reset三种 -
脚本执行回调函数
Name Type Description params
Object 回调函数参数 Name Type Description allPassTime
Number 总执行时长(单位毫秒) groupIndex
Number 当前执行组 groupPassTime
Number 当前执行组已执行时长(单位毫秒)