Vector2!(float) center | center of the view |
Vector2!(float) halfsize | Half-size of the view (from center to corner) |
Rect rect | Rectangle defining the position and size of the view |
float x | X coordinates of the new center |
float y | Y coordinates of the new center |
Vector2!(float) center | New center |
float halfWidth | New half-width |
halfHeight | New half-height |
helfSize | New halfsize |
float offsetX | Offset to move the view, on X axis |
float offsetY | Offset to move the view, on Y axis |
Vector2!(float) offset | offsetto move the view |
float factor | Zoom factor to apply, relative to the current zoom |