mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Docs: correct type for Body#customBoundsRectangle
This commit is contained in:
parent
8ddbeb1d18
commit
b0ce62e2d8
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ var Body = new Class({
|
|||
* You can also change it by using the `Body.setBoundsRectangle` method.
|
||||
*
|
||||
* @name Phaser.Physics.Arcade.Body#customBoundsRectangle
|
||||
* @type {?Phaser.Geom.Rectangle}
|
||||
* @type {Phaser.Geom.Rectangle}
|
||||
* @since 3.20
|
||||
*/
|
||||
this.customBoundsRectangle = world.bounds;
|
||||
|
|
Loading…
Add table
Reference in a new issue