Delegate WindowSizeChanged
Namespace: UnityEngine.WSA
Assembly: UnityEngine.dll
Syntax
public delegate void WindowSizeChanged(int width, int height);
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | width | |
| Int32 | height |
public delegate void WindowSizeChanged(int width, int height);
| Type | Name | Description |
|---|---|---|
| Int32 | width | |
| Int32 | height |