DynamicLabel

DynamicLabel

new

An optionally time-dynamic label.

Source:

Members

: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 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 VerticalOrigin Property specifying the label's vertical origin.

Methods

<static>

Given two DynamicObjects, takes the label 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 label associated with it.

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