Path2D
Inherits: Node2D < CanvasItem < Node < Object
Contains a Curve2D path for PathFollow2D nodes to follow.
Description
Can have PathFollow2D child nodes moving along the Curve2D. See PathFollow2D for more information on usage.
Note: The path is considered as relative to the moved nodes (children of PathFollow2D). As such, the curve should usually start with a zero vector ((0, 0)
).
Properties
Curve2D | curve | |
Color | self_modulate |
Color( 0.5, 0.6, 1, 0.7 ) (parent override)
|
Property Descriptions
Curve2D curve
Setter | set_curve(value) |
Getter | get_curve() |
A Curve2D describing the path.
© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/3.2/classes/class_path2d.html