Method ResetReferenceSize
ResetReferenceSize(int, int)
Reset the reference size of the system and reallocate all textures.
Declaration
public static void ResetReferenceSize(int width, int height)
Parameters
| Type | Name | Description |
|---|---|---|
| int | width | New width. |
| int | height | New height. |