sfml.graphics.View
See theView companion trait
object View
Attributes
Members list
Value members
Concrete methods
Default constructor.
Default constructor.
This constructor creates a default view of (0, 0, 1000, 1000)
Attributes
Construct the view from its center and size.
Construct the view from its center and size.
Value parameters
- center
-
Center of the zone to display
- size
-
Size of zone to display
Attributes
In this article