Path2D¶
Inherits: Node2D < CanvasItem < Node < Object
Category: Core
Brief Description¶
Container for a Curve2D.
Member Functions¶
get_curve ( ) const |
|
void |
Description¶
This class is a container/Node-ification of a Curve2D, so it can have Node2D properties and Node info.
Member Function Description¶
Curve2D get_curve ( ) const
Returns the Curve2D contained.
void set_curve ( Curve2D curve )
Sets the Curve2D.