PropertyArray

external class PropertyArray(value: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Property>?? = definedExternally)(source)

A Property whose value is an array whose items are the computed value of other property instances.

Parameters

value

An array of Property instances.

See also

Constructors

Link copied to clipboard
constructor(value: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Property>?? = definedExternally)

Properties

Link copied to clipboard

Gets the event that is raised whenever the definition of this property changes. The definition is changed whenever setValue is called with data different than the current value or one of the properties in the array also changes.

Link copied to clipboard

Gets a value indicating if this property is constant. This property is considered constant if all property items in the array are constant.

Functions

Link copied to clipboard
fun getValue(time: JulianDate? = definedExternally, result: ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for JsAny>?? = definedExternally): ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for JsAny>

Gets the value of the property.

Link copied to clipboard
fun setValue(value: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Property>)

Sets the value of the property.