Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
Path¶
Inherits: Spatial < Node < Object
Contains a Curve3D path for PathFollow nodes to follow.
Descripción¶
Can have PathFollow child nodes moving along the Curve3D. See PathFollow for more information on the usage.
Note that the path is considered as relative to the moved nodes (children of PathFollow). As such, the curve should usually start with a zero vector (0, 0, 0)
.
Propiedades¶
Señales¶
curve_changed ( )
Emitida cuando la curve cambia.
Descripciones de Propiedades¶
Curve3D curve
Setter |
set_curve(value) |
Getter |
get_curve() |
Una Curve3D que describe el camino.