| Class | Description |
|---|---|
| ExtendViewport |
Similar to
FitViewport except the viewport will expand its size after scaling to
fill the remaining space of the window to avoid black bars. |
| FillViewport |
A
Viewport with a fixed virtual screen size. |
| FitViewport |
A
Viewport with a fixed virtual screen size. |
| ScalingViewport | |
| ScreenViewport |
A
Viewport that always matches the game window size. |
| StretchViewport |
A
Viewport with a fixed size that is stretched to fill the game window. |
| Viewport |
Base class for implementing Viewport strategies.
|