CreditDisplay

new Cesium.CreditDisplay (container, delimiter , viewport )

信用显示负责在屏幕上显示信用。
Name Type Default Description
container HTMLElement 显示积分的HTML元素
delimiter String ' • ' 可选 用于分隔文字信用的字符串
viewport HTMLElement document.body 可选 包含信用额弹出窗口的HTML元素
Example:
var 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;否则返回false。否则为假。

Returns:
真正 该物体是否被破坏;除此以外,

removeDefaultCredit (credit)

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