DynamicPath

DynamicPath

new

A time-dynamic path representing the visualization of a moving object.

Source:

Members

:Property

Gets or sets the Color Property specifying the the path's color.

:Property

Gets or sets the numeric Property specifying the number of seconds in front of the object to show.

:Property

Gets or sets the Color Property specifying the the path's outline color.

:Property

Gets or sets the numeric Property specifying the the path's outline width.

:Property

Gets or sets the numeric Property specifying the maximum step size, in seconds, to take when sampling the position.

:Property

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

:Property

Gets or sets the numeric Property specifying the number of seconds behind the object to show.

:Property

Gets or sets the numeric Property specifying the the path's width.

Methods

<static>

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

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