Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


window

Returns the created GameWindow after the asynchronous operation completes.
Read time 1 minuteLast updated 6 days ago

Definition

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.