Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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

CreateCreates a new window asynchronously with the specified settings.
GetWindowsPopulates the provided list with all currently active windows in the application.