Work in progress

Godot documentation is being updated to reflect the latest changes in version 4.0. Some documentation pages may still state outdated information. This banner will tell you if you're reading one of such pages.

The contents of this page are up to date. If you can still find outdated information, please open an issue.

Path3D

Inherits: Node3D < Node < Object

Contains a Curve3D path for PathFollow3D nodes to follow.

Description

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 (0, 0, 0).

Properties

Curve3D

curve


Signals

curve_changed ( )

Emitted when the curve changes.


Property Descriptions

Curve3D curve

A Curve3D describing the path.