Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Draws a dashed polyline with per-segment width and color control.
DASHED LINE 2D
Draws a dashed polyline with per-segment width and color control.
Width: width β base width in pixels width_curve β optional Curve sampled 0β1 along total arc length. Output multiplies base width. Flat at 1.0 = uniform.
Color: default_color β base color (used when gradient is null) gradient β optional Gradient sampled 0β1 along total arc length. When set, overrides default_color per-segment.
Animation: flow β pixels per second
Both curve and gradient are sampled at the midpoint of each dash segment
so the visual transition is smooth across the whole line.
Draws a dashed polyline with per-segment width and color control.
Reviews
Quick Information
Draws a dashed polyline with per-segment width and color control.