new DynamicPolygon
An optionally time-dynamic polygon.
Members
-
material :MaterialProperty
-
Gets or sets the MaterialProperty specifying the appearance of the polygon.
-
propertyChanged :Event
-
Gets the event that is raised whenever a new property is assigned.
-
show :Property
-
Gets or sets the boolean Property specifying the polygon's visibility.
Methods
-
clone
-
Duplicates a DynamicPolygon instance.
Parameters:
Name Type Argument Description result
DynamicPolygon <optional>
The object onto which to store the result. Returns:
DynamicPolygon 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
DynamicPolygon The object to be merged into this object. Throws:
DeveloperError : source is required.