#include <View.hpp>
Public Member Functions | |
sfView () | |
sfView (float ViewLeft, float ViewTop, float ViewWidth, float ViewHeight, float ViewZoom=1.f) | |
Public Attributes | |
float | Left |
Left position of view. | |
float | Top |
Top position of view. | |
float | Width |
Width of view. | |
float | Height |
Height of view. | |
float | Zoom |
Zoom (less than 1 is unzoom, greater than 1 is zoom). |
Definition at line 38 of file View.hpp.
sfView::sfView | ( | float | ViewLeft, | |
float | ViewTop, | |||
float | ViewWidth, | |||
float | ViewHeight, | |||
float | ViewZoom = 1.f | |||
) |