PerformanceWatchdog

new Cesium.PerformanceWatchdog ( options )

监控应用程序的性能并在检测到性能不佳时显示消息。
Name Type Description
options Object 具有以下属性的 可选 对象:
姓名 类型 默认 描述
container 元素 | 细绳 将包含小部件的 DOM 元素或 ID。
scene 场景 监控性能的 Scene
lowFrameRateMessage 细绳 'This application appears to be performing poorly on your system. Please try using a different web browser or updating your video drivers.' 可选 当检测到低帧速率时显示的消息。该消息以 HTML 格式进行解释,因此请确保它来自受信任的来源,这样您的应用程序就不会受到跨站点脚本攻击。

Members

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

Methods

销毁小部件。如果从布局中永久删除小部件,则应调用。
Returns:
如果对象已被销毁,则为 true,否则为 false。