resize(width, height, updateBase)
Resizes the RenderTexture.
Parameters
Name | Type | Description |
---|---|---|
width | Number | The width to resize to. |
height | Number | The height to resize to. |
updateBase | Boolean | Should the baseTexture.width and height values be resized as well? |
- Inherited From
- Source code: pixi/textures/RenderTexture.js (Line 139)
Please login to continue.