Path2D

Inherits: Node2D < CanvasItem < Node < Object

Category: Core

Brief Description

Container for a Curve2D.

Member Functions

Curve2D get_curve ( ) const
void set_curve ( Curve2D curve )

Description

This class is a container/Node-ification of a Curve2D, so it can have Node2D properties and Node info.

Member Function Description

Returns the Curve2D contained.

Sets the Curve2D.