Up to date

This page is up to date for Blazium 0.4.90 (4.3). If you still find outdated information, please open an issue.

Path2D๏ƒ

Inherits: Node2D < CanvasItem < Node < Object

Contains a Curve2D path for PathFollow2D nodes to follow.

Description๏ƒ

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

Properties๏ƒ

Curve2D

curve


Property Descriptions๏ƒ

Curve2D curve ๐Ÿ”—

A Curve2D describing the path.