new DynamicBillboard
An optionally time-dynamic billboard.
Members
-
alignedAxis :Property
-
Gets or sets the Cartesian3 Property specifying the billboard rotation's aligned axis.
-
color :Property
-
-
eyeOffset :Property
-
Gets or sets the Cartesian3 Property specifying the billboard's eye offset.
-
height :Property
-
Gets or sets the numeric Property specifying the billboard's height in pixels. If undefined, the native height is used.
-
horizontalOrigin :Property
-
Gets or sets the HorizontalOrigin Property specifying the billboard's horizontal origin.
-
image :Property
-
Gets or sets the string Property specifying the URL of the billboard's texture.
-
pixelOffset :Property
-
Gets or sets the Cartesian2 Property specifying the billboard's pixel offset.
-
pixelOffsetScaleByDistance :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
-
propertyChanged :Event
-
Gets the event that is raised whenever a new property is assigned.
-
rotation :Property
-
Gets or sets the numeric Property specifying the billboard's rotation.
-
scale :Property
-
Gets or sets the numeric Property specifying the billboard's scale.
-
scaleByDistance :Property
-
Gets or sets the NearFarScalar Property used to scale billboards based on distance. If undefined, a constant size is used.
-
scaleByDistance :Property
-
Gets or sets the NearFarScalar Property used to scale billboards based on distance. If undefined, a constant size is used.
-
show :Property
-
Gets or sets the boolean Property specifying the billboard's visibility.
-
translucencyByDistance :Property
-
Gets or sets the NearFarScalar Property used to set translucency based on distance. If undefined, a constant size is used.
-
verticalOrigin :Property
-
Gets or sets the VerticalOrigin Property specifying the billboard's vertical origin.
-
width :Property
-
Gets or sets the numeric Property specifying the billboard's width in pixels. If undefined, the native width is used.
Methods
-
clone
-
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. -
merge
-
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. Throws:
DeveloperError : source is required.