Contains a [Curve3D] path for [PathFollow3D] nodes to follow. Can have [PathFollow3D] child nodes moving along the [Curve3D]. See [PathFollow3D] for more information on the usage. Note that the path is considered as relative to the moved nodes (children of [PathFollow3D]). As such, the curve should usually start with a zero vector [code](0, 0, 0)[/code]. A [Curve3D] describing the path. The custom color used to draw the path in the editor. If set to [constant Color.BLACK] (as by default), the color set in [member ProjectSettings.debug/shapes/paths/geometry_color] is used. Emitted when the [member curve] changes. Emitted when the [member debug_custom_color] changes.