new DynamicPoint()
An optionally time-dynamic billboard.
Members
-
color :Property
-
-
readonlydefinitionChanged :Event
-
Gets the event that is raised whenever a new property is assigned.
-
outlineColor :Property
-
-
outlineWidth :Property
-
Gets or sets the numeric
Propertyspecifying the the point's outline width. -
pixelSize :Property
-
Gets or sets the numeric
Propertyspecifying the point's size in pixels. -
scaleByDistance :Property
-
Gets or sets the
NearFarScalarPropertyused to scale billboards based on distance. If undefined, a constant size is used. -
show :Property
-
Gets or sets the boolean
Propertyspecifying the point's visibility.
Methods
-
clone(result) → DynamicPoint
-
Duplicates a DynamicPoint instance.
Name Type Description resultDynamicPoint optional The object onto which to store the result. Returns:
The modified result parameter or a new instance if one was not provided. -
merge(source)
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
Name Type Description sourceDynamicPoint The object to be merged into this object.
