GFX.ResizeWindow¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The size to resize the window to. The first element represents the width and the second represents the height. | Int2 |
||
Output ➡️ |
Outputs the input value, passed through unchanged. | Int2 |
||
Window |
No | The window to resize | none |
None Var(Object) |
This shard resizes the window specified in the Window parameter to the dimensions specified in the input.
Details¶
If no window is specified in the Window
parameter, the window of the current context (set by GFX.MainWindow
) is used.