PathGraphics

external class PathGraphics(source)

Describes a polyline defined as the path made by an Entity as it moves over time.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Gets the event that is raised whenever a property or sub-property is changed or modified.

Link copied to clipboard

Gets or sets the DistanceDisplayCondition Property specifying at what distance from the camera that this path will be displayed.

Link copied to clipboard

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

Link copied to clipboard

Gets or sets the Property specifying the material used to draw the path.

Link copied to clipboard

Gets or sets the Property specifying the maximum number of seconds to step when sampling the position.

Link copied to clipboard

Gets or sets the boolean Property specifying the visibility of the path.

Link copied to clipboard

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

Link copied to clipboard

Gets or sets the numeric Property specifying the width in pixels.

Functions

Link copied to clipboard
fun clone(result: PathGraphics? = definedExternally): PathGraphics

Duplicates this instance.

Link copied to clipboard
fun merge(source: PathGraphics)

Assigns each unassigned property on this object to the value of the same property on the provided source object.