Unity - Scripting API: Device.Screen.MoveMainWindowTo (original) (raw)
Suggest a change
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Close
Submission failed
For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close
Your name Your email Suggestion*
Cancel
Parameters
Parameter | Description |
---|---|
display | The target display where the window should move to. |
position | The position the window moves to. Relative to the top left corner of the specified display in pixels. |
Returns
AsyncOperation Returns AsyncOperation that represents moving the window.
Description
The Device Simulator doesn't simulate this method.