ConstructorOptions

Initialization options for the PathGraphics constructor

See also

Properties

Link copied to clipboard

A Property specifying at what distance from the camera that this path will be displayed.

Link copied to clipboard
abstract val leadTime: JsAny?

A Property specifying the number of seconds in front the object to show.

Link copied to clipboard
abstract val material: JsAny?

A Property specifying the material used to draw the path. Default value - Color.WHITE

Link copied to clipboard
abstract val materialMode: JsAny?

A Property specifying how material properties are applied along the path.

Link copied to clipboard
abstract val relativeTo: JsAny?

A Property specifying the frame in which to visualize the path. Use another entity's id to visualize the path relative to that entity, or use the string values "FIXED" or "INERTIAL" to visualize the path in those reference frames.

Link copied to clipboard
abstract val resolution: JsAny?

A numeric Property specifying the maximum number of seconds to step when sampling the position. Fractional positive values are allowed; in PORTIONS materialMode, non-positive values fall back to the default resolution of 60 seconds. Default value - 60

Link copied to clipboard
abstract val show: JsAny?

A boolean Property specifying the visibility of the path. Default value - true

Link copied to clipboard
abstract val trailTime: JsAny?

A Property specifying the number of seconds behind of the object to show.

Link copied to clipboard
abstract val width: JsAny?

A numeric Property specifying the width in pixels. Default value - 1.0