geom(object, color, filled)
Renders a Rectangle.
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
object | Phaser.Rectangle | object | The geometry object to render. | ||
color | string | <optional> | Color of the debug info to be rendered (format is css color string). | |
filled | boolean | <optional> | true | Render the objected as a filled (default, true) or a stroked (false) |
- Source code: utils/Debug.js (Line 645)
Please login to continue.