right : number The x coordinate of the rightmost point of the circle. Changing the right property of a Circle object has no effect
[readonly] area : number The area of this Circle.
empty : boolean Determines whether or not this Circle object is empty. Will return a value of true if the Circle objects diameter
random(out) → {Phaser.Point}
<static> intersects(a, b) → {boolean} Determines whether
y : number The y coordinate of the center of the circle. Source code:
circumferencePoint(angle, asDegrees, out) → {
copyFrom(source) → {Circle} Copies the x, y and diameter properties from any given object to this
<static> circumferencePoint(a, angle, asDegrees, out)
diameter : number The largest distance between any two points on the circle. The same as the radius * 2. Gets or sets the diameter
Page 1 of 3