window
Returns the created GameWindow after the asynchronous operation completes.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Windowing
- Assembly: UnityEngine.WindowingGatedModule
public GameWindow window { get; }
Remarks
This property provides access to the newly created window. You can only access this property after the operation completes (when AsyncOperation.isDone is true). Accessing this property before the operation completes will throw an InvalidOperationException. Read-only.
Additional Resources: AsyncOperation, GameWindowManager.Create.