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...
Path2D¶
Inherits: Node2D < CanvasItem < Node < Object
Contiene un camino Curve2D para que los nodos PathFollow2D lo sigan.
Descripción¶
Puede tener nodos infantiles PathFollow2D moviéndose a lo largo de la Curve2D. Vea PathFollow2D para más información sobre el uso.
Nota: La trayectoria se considera relativa a los nodos movidos (hijos de PathFollow2D). Como tal, la curva debería comenzar normalmente con un vector cero ((0, 0)
).
Propiedades¶
self_modulate |
|
Descripciones de Propiedades¶
Curve2D curve
Setter |
set_curve(value) |
Getter |
get_curve() |
Una Curve2D que describe el camino.