PerformanceWatchdog

new SuperMap3D.PerformanceWatchdog(options)

监控应用程序的性能,并在检测到性能不佳时显示信息。
Name Type Description
options Object optional 具有以下属性的对象:
Name Type Default Description
container Element | String 包含 widget 的 DOM 元素或 ID。
scene Scene 用于监控性能的Scene
lowFrameRateMessage String 'This application appears to be performing poorly on your system. Please try using a different web browser or updating your video drivers.' optional 检测到帧频过低时显示的信息。 该信息以 HTML 形式显示,因此请确保其来源可信,这样您的应用程序就不会受到跨站脚本攻击。

Members

container : Element

获取父容器。
获取视图模型。

Methods

destroy()

销毁部件。如果要从布局中永久删除 widget,应调用该命令。

isDestroyed()Boolean

如果此对象被销毁,则返回true,否则为false。
Returns:
如果对象已被销毁,则为 true,否则为 false。