Optional Experimental__EXPERIMENTAL_SMOOTHING_CORNER_RADIUS?: numberDistance in meters from corners where control points are inserted for smoothing. Higher values create smoother curves around corners. Only applies when __EXPERIMENTAL_SMOOTHING_TENSION > 0. Typical values are 0.5-2.0 meters for subtle smoothing.
Optional Experimental__EXPERIMENTAL_SMOOTHING_TENSION?: numberControls the smoothness of path corners using CatmullRom curve tension. Higher values create smoother curves. Values between 0.1-0.3 provide subtle smoothing suitable for most use cases.
OptionalaccentColor?: stringAccent color that is applied to the path pulse and path arrows
OptionalanimateArrowsOnPath?: booleanAnimate arrows on path.
OptionalanimateDrawing?: booleanAnimate the drawing of the path in the direction of travel.
Optionalcolor?: stringPath Colour. Color can be set using CSS colors names DarkGoldenRod, as Hex strings #0000FF or the rgb values rgb(255,0,0).
Optionaldashed?: booleanWhether the path should be dashed.
OptionaldisplayArrowsOnPath?: booleanShow arrows on path.
OptionaldrawDuration?: numberDuration of path drawing in milliseconds.
OptionalflattenPath?: booleanFlatten the path to a 2D line.
Optionalinteractive?: booleanWhether the path should be clickable.
OptionalpulseIterations?: numberNumber of iterations to pulse to indicate direction.
OptionalpulsePauseDuration?: numberHow many milliseconds to wait before starting the next pulse after the current pulse travels the entirety of the path.
OptionalshowPulse?: booleanShow an animated pulse indicating the direction of travel.
OptionalverticalOffset?: numberHow much the path hovers above the floor plane in meters.
Optionalvisible?: booleanWhether the path should be visible.
Optionalwidth?: number | Interpolation<"zoom-level", number[]>The width of the path in meters. Can be a number or an Interpolation.
OptionalxrayOpacity?: numberThe opacity of the path when it's behind geometry (x-ray effect). Value from 0 to 1.
Options for controlling the behavior of a Path.