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.

:Event

Gets the event that is raised whenever a new property is assigned.

:Property

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

:Property

Gets or sets the numeric Property specifying the billboard's height in pixels. If undefined, the native height is used.

: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 NearFarScalar Property used to set pixel offset scaling based on distance. If undefined, no additional scale is applied to the 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 NearFarScalar Property used to scale billboards based on distance. If undefined, a constant size is used.

:Property

Gets or sets the NearFarScalar Property used to scale billboards based on distance. If undefined, a constant size is used.

:Property

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

:Property

Gets or sets the NearFarScalar Property used to set translucency based on distance. If undefined, a constant size is used.

:Property

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

:Property

Gets or sets the numeric Property specifying the billboard's width in pixels. If undefined, the native width is used.

Methods

Duplicates a DynamicBillboard instance.

Parameters:
Name Type Argument Description
result DynamicBillboard <optional>
The object onto which to store the result.
Returns:
DynamicBillboard 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 DynamicBillboard The object to be merged into this object.