Inheritance #

Path2D
Table of contents

Path2D #

is_instantiable, Node2D, Node, core, not_builtin_classes

Contains a Curve2D path for PathFollow2D nodes to follow.

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)).

Members #

var curve: Curve2D#

A Curve2D describing the path.

Methods #

Annotations #

Constants #

Constructors #

Enums #

Operators #

Signals #

Theme Items #

Tutorials #