Use Ellipse to create a simple closed ellipse shape with 4 control points, you can define the width and length of the shape.
Ellipse Param Description
Length
Length of the ellipse (Z Axis)
Width
Width of the ellipse (X Axis)
Ellipse Class
public class MegaShapeEllipse : MegaShape
{
public float length;
public float width;
}
{
public float length;
public float width;
}