Game Viewport#
The Game Viewport window can be selected using the #game_viewport selector, and is a QWidget.
Content#
The content of the Game Viewport is made up of several widgets.
| Title | Selector | Description | Type |
|---|---|---|---|
| Mouse Position in World Label | #lbl_pointer_pos_3d |
Status item that shows the mouse position in 3D world space. | QLabel |
| Mouse Position in Screen Label | #lbl_pointer_pos_2d |
Status item that shows the mouse position in 2D screen space. | QLabel |
| Camera Position in World Label | #lbl_camera_pos |
Status item that shows the camera position in 3D world space. | QLabel |
| Game Resolution Label | #lbl_resolution |
Status item that shows the current viewport resolution. | QLabel |
| Camera Movement Speed Label | #lbl_camera_speed |
Status item that shows the current camera movement speed. | QLabel |
| Viewport Frame | #frame |
Frame that wraps around the game viewport itself. | QLabel |