Sets the draw order of the window.
| <window>.drawOrder( | |
| order |
)
order
The draw order of the window
When multiple windows are added to the environment, they are drawn from lowest to highest draw order. The default draw order of a window is 0. The draw order can be retrieved with window.getDrawOrder().
None