Circle#empty

empty : boolean

Determines whether or not this Circle object is empty. Will return a value of true if the Circle objects diameter is less than or equal to 0; otherwise false.
If set to true it will reset all of the Circle objects properties to 0. A Circle object is empty if its diameter is less than or equal to 0. Gets or sets the empty state of the circle.

Source code: geom/Circle.js (Line 435)
doc_phaser
2017-02-14 10:41:25
Comments
Leave a Comment

Please login to continue.