Optional
x: numberThe X coordinate of the center of this circle
Optional
y: numberThe Y coordinate of the center of this circle
Optional
radius: numberThe radius of the circle
Readonly
typeThe type of the object, mainly used to avoid instanceof
checks
Checks whether the x and y coordinates given are contained within this circle
The X coordinate of the point to test
The Y coordinate of the point to test
Whether the x/y coordinates are within this Circle
Returns the framing rectangle of the circle as a Rectangle object
The framing rectangle
The Circle object is used to help draw graphics and can also be used to specify a hit area for displayObjects.
Memberof
PIXI