| Parameter | Description |
|---|---|
| title | The title of the window. |
| width | The width of the window in pixels. |
| height | The height of the window in pixels. |
| position | The position of the window relative to the top-left corner of the display. |
| cameraDisplayIndex | The display index for the camera to render to. |
| displayInfo | Information about the display where the window will be created. |
| fullScreenMode | The fullscreen mode for the window (default is Windowed). |
| resizable | Whether the window can be resized (default is false). |
| transparencyMode | The transparency mode for the window (default is Default). |
| zOrder | The z-order value for the window (default is int.MinValue). |
| windowClass | The QNX Screen window class string (default is null). |
| pipelineId | The QNX Screen pipeline ID (default is int.MinValue). |
| alphaMode | The alpha blending mode for the window (default is Default). |
Creates a new QNXGameWindowCreationSettings with the specified parameters including fullscreen mode.
| Parameter | Description |
|---|---|
| title | The title of the window. |
| width | The width of the window in pixels. |
| height | The height of the window in pixels. |
| position | The position of the window relative to the top-left corner of the display. |
| cameraDisplayIndex | The display index for the camera to render to. |
| displayInfo | Information about the display where the window will be created. |
| transparencyMode | The transparency mode for the window (default is Default). |
| zOrder | The z-order value for the window (default is int.MinValue). |
| windowClass | The QNX Screen window class string (default is null). |
| pipelineId | The QNX Screen pipeline ID (default is int.MinValue). |
| alphaMode | The alpha blending mode for the window (default is Default). |
Creates a new QNXGameWindowCreationSettings with the specified parameters in windowed mode.