onResize(width, height)
Called when the game container changes dimensions.
Parameters
| Name | Type | Description |
|---|---|---|
width | number | The new width of the game container. |
height | number | The new height of the game container. |
- Source code: core/FlexGrid.js (Line 240)
Please login to continue.