PolyEllipse2D

Inherits: PolyNode2D < Node2D < CanvasItem < Node < Object

An ellipse PolyNode2D shape.

Description

Builds a polygon outline closely approximating an ellipse in 2D.

Properties

float height 32.0
float max_error 0.25
float width 64.0

Property Descriptions

Default 32.0
Setter set_height(value)
Getter get_height()

Ellipse’s total height.


Default 0.25
Setter set_max_error(value)
Getter get_max_error()

Lower values increase the accuracy of generated shape.


Default 64.0
Setter set_width(value)
Getter get_width()

Ellipse’s total width.