| 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). |
| iviSurfaceID | The IVI surface ID for Wayland/IVI Shell integration (default is UInt32.MaxValue for auto-assignment). |
Creates a new EmbeddedLinuxGameWindowCreationSettings 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). |
| iviSurfaceID | The IVI surface ID for Wayland/IVI Shell integration (default is UInt32.MaxValue for auto-assignment). |
Creates a new EmbeddedLinuxGameWindowCreationSettings with the specified parameters in windowed mode.