DynamicPolygon

DynamicPolygon

new

An optionally time-dynamic polygon.

Source:

Members

:MaterialProperty

Gets or sets the MaterialProperty specifying the appearance of the polygon.

:Property

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

Methods

<static>

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

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