CompositeMaterialProperty

new Cesium.CompositeMaterialProperty()

一个 CompositeProperty,它也是一个 MaterialProperty

Members

获取此属性的定义发生更改时引发的事件。 每当使用不同的数据调用 setValue 时,定义都会更改 比当前值。
获取 interval 集合。
获取一个值,该值指示此属性是否为 constant。 将属性视为 常量(如果 getValue 始终为当前定义返回相同的结果)。

Methods

将此属性与提供的属性进行比较,并返回 true,否则为 false
Name Type Description
other Property optional 另一个属性。
Returns:
true如果左和右相等,否则false
在提供的时间获取 Material 类型。
Name Type Description
time JulianDate 检索类型的时间。
Returns:
材质的类型。
获取属性在提供的时间的值。
Name Type Default Description
time JulianDate JulianDate.now() optional 检索值的时间。如果省略,则使用当前系统时间。
result object optional 要将值存储到的对象,如果省略,则创建并返回一个新实例。
Returns:
修改后的结果参数或新实例(如果未提供 result 参数)。
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.