GFX.WindowSize¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input of this shard is ignored. | None |
||
Output ➡️ |
Outputs the dimensions of the window as an int2. The first element represents the width and the second represents the height. | Int2 |
||
Window |
No | The window to get the size of. | none |
None Var(Object) |
This shard outputs the dimensions of the window specified in the Window parameter.
Details¶
If no window is specified in the Window
parameter, the window of the current context (set by GFX.MainWindow
) is used.