setSize(width, height)
Sets the core game size. This resets the w/h parameters and bounds.
Parameters
Name | Type | Description |
---|---|---|
width | number | The new dimensions. |
height | number | The new dimensions. |
- Source code: core/FlexGrid.js (Line 77)
setSize(width, height)
Sets the core game size. This resets the w/h parameters and bounds.
Name | Type | Description |
---|---|---|
width | number | The new dimensions. |
height | number | The new dimensions. |
Please login to continue.