DynamicBillboard

DynamicBillboard

new

An optionally time-dynamic billboard.

Source:

Members

:Property

Gets or sets the Cartesian3 Property specifying the billboard rotation's aligned axis.

:Property

Gets or sets the Color Property specifying the billboard's color.

:Property

Gets or sets the Cartesian3 Property specifying the billboard's eye offset.

:Property

Gets or sets the HorizontalOrigin Property specifying the billboard's horizontal origin.

:Property

Gets or sets the string Property specifying the URL of the billboard's texture.

:Property

Gets or sets the Cartesian2 Property specifying the billboard's pixel offset.

:Property

Gets or sets the numeric Property specifying the billboard's rotation.

:Property

Gets or sets the numeric Property specifying the billboard's scale.

:Property

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

:Property

Gets or sets the VerticalOrigin Property specifying the billboard's vertical origin.

Methods

<static>

Given two DynamicObjects, takes the billboard properties from the second and assigns them to the first, assuming such a property did not already exist.

Parameters:
Name Type Description
targetObject DynamicObject The DynamicObject which will have properties merged onto it.
objectToMerge DynamicObject The DynamicObject containing properties to be merged.

<static>

Given a DynamicObject, undefines the billboard associated with it.

Parameters:
Name Type Description
dynamicObject DynamicObject The DynamicObject to remove the billboard from.