DynamicModel

DynamicModel

new

An optionally time-dynamic model.

Source:

Members

:Property

Gets or sets the {@Cartesian3} Property specifying the model's scale.

:Property

Gets or sets the boolean Property specifying the model's visibility.

:Property

Gets or sets the string Property specifying the model's uri.

Methods

Duplicates a DynamicModel instance.

Parameters:
Name Type Argument Description
result DynamicModel <optional>
The object onto which to store the result.
Returns:
DynamicModel The modified result parameter or a new instance if one was not provided.

Assigns each unassigned property on this object to the value of the same property on the provided source object.

Parameters:
Name Type Description
source DynamicModel The object to be merged into this object.