Optional
x: numberThe X coordinate of the center of this ellipse
Optional
y: numberThe Y coordinate of the center of this ellipse
Optional
halfWidth: numberThe half width of this ellipse
Optional
halfHeight: numberThe half height of this ellipse
Readonly
typeThe type of the object, mainly used to avoid instanceof
checks
The Ellipse object is used to help draw graphics and can also be used to specify a hit area for displayObjects.
Memberof
PIXI