GameWindowManager
Provides static methods for managing multiple game windows. This API is currently available only in EmbeddedLinux and QNX platforms.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Windowing
- Assembly: UnityEngine.WindowingGatedModule
public static class GameWindowManager
Remarks
The GameWindowManager class allows you to create new windows and retrieve a list of all active windows in the application.
Static Methods
Method | Description |
|---|---|
| Create | Creates a new window asynchronously with the specified settings. |
| GetWindows | Populates the provided list with all currently active windows in the application. |