You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/geom/circle/GetBounds.js
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ var Rectangle = require('../rectangle/Rectangle');
12
12
* @function Phaser.Geom.Circle.GetBounds
13
13
* @since 3.0.0
14
14
*
15
+
* @generic {Phaser.Geom.Rectangle} O - [out,$return]
16
+
*
15
17
* @param {Phaser.Geom.Circle} circle - The Circle to get the bounds from.
16
18
* @param {(Phaser.Geom.Rectangle|object)} [out] - A Rectangle, or rectangle-like object, to store the circle bounds in. If not given a new Rectangle will be created.
0 commit comments