#include <View.hpp>
Public Member Functions | |
View () | |
Default constructor. | |
View (float ViewLeft, float ViewTop, float ViewWidth, float ViewHeight, float ViewZoom=1.f) | |
Construct the view with position and size. | |
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 40 of file View.hpp.
sf::View::View | ( | float | ViewLeft, | |
float | ViewTop, | |||
float | ViewWidth, | |||
float | ViewHeight, | |||
float | ViewZoom = 1.f | |||
) |
float sf::View::Left |
float sf::View::Top |
float sf::View::Width |
float sf::View::Height |
float sf::View::Zoom |