Tests if one rectangle fully contains another.
name | type | description |
---|---|---|
rectA | Phaser.Geom.Rectangle |
The first rectangle. |
rectB | Phaser.Geom.Rectangle |
The second rectangle. |
True only if rectA fully contains rectB.