Inheritance #

Path3D
Table of contents

Path3D #

is_instantiable, Node3D, Node, core, not_builtin_classes

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

Members #

var curve: Curve3D#

A Curve3D describing the path.

Methods #

Annotations #

Constants #

Constructors #

Enums #

Operators #

Signals #

signal curve_changed()#

Emitted when the curve changes.

Theme Items #

Tutorials #