CreditDisplay

new Cesium.CreditDisplay (container, delimiter , viewport )

信用显示负责在屏幕上显示信用。
Name Type Default Description
container HTMLElement 将显示学分的 HTML 元素
delimiter String ' • ' 可选 分隔文本信用的字符串
viewport HTMLElement document.body 可选 将包含学分弹出窗口的 HTML 元素
Example:
const creditDisplay = new Cesium.CreditDisplay(creditContainer);

Members

static Cesium.CreditDisplay.cesiumCredit : Credit

获取或设置 Cesium 标志信用。

container : HTMLElement

将显示学分的 HTML 元素。

Methods

将信用添加到要在信用容器中显示的当前信用列表
Name Type Description
credit Credit 要显示的信用

addDefaultCredit (credit)

添加将持续存在的信用,直到它们被删除
Name Type Description
credit Credit 添加到默认值的信用
将信用显示重置为帧开始状态,清除当前信用。
销毁此对象持有的资源。销毁一个对象允许确定性地释放资源,而不是依赖垃圾收集器来销毁这个对象。

一旦一个对象被销毁,它就不应该被使用;调用 isDestroyed 以外的任何函数都将导致 DeveloperError 异常。因此,如示例中所做的那样,将返回值 ( undefined ) 分配给对象。
Throws:
将信用显示设置为帧结束状态,显示信用容器中最后一帧的信用。

isDestroyed () Boolean

如果此对象被销毁,则返回 true;否则为假。

Returns:
如果此对象被销毁,则为 true ;否则, false

removeDefaultCredit (credit)

删除默认信用
Name Type Description
credit Credit 从违约中删除的信用
在渲染新帧之前更新信用显示。