DynamicLabel

DynamicLabel

new

An optionally time-dynamic label.

Source:

Members

:Event

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

:Property

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

:Property

Gets or sets the Color Property specifying the the label's fill color.

:Property

Gets or sets the string Property specifying the the label's font.

:Property

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

:Property

Gets or sets the Color Property specifying the the label's outline color.

:Property

Gets or sets the numeric Property specifying the the label outline's width.

:Property

Gets or sets the Cartesian2 Property specifying the label'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 label's scale.

:Property

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

:Property

Gets or sets the LabelStyle Property specifying the the label's style.

:Property

Gets or sets the string Property specifying the the label's text.

: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 label's vertical origin.

Methods

Duplicates a DynamicLabel instance.

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