|
R-Type
|
Interface for view. More...
#include <RenderInterfaces.hpp>
Public Member Functions | |
| ~IView ()=default | |
| Destructor. More... | |
| virtual const T & | getBaseView () const =0 |
| Get the view stored. More... | |
| virtual void | setCenter (const Vector2< float > ¢er)=0 |
| virtual Vector2< float > | getCenter () const =0 |
| virtual void | setViewPort (const Vector2< float > &startingPoint, float width, float height)=0 |
Interface for view.
| T | type of view |
|
default |
Destructor.
|
pure virtual |
|
pure virtual |
Implemented in GameEngine::View.
|
pure virtual |
Implemented in GameEngine::View.
|
pure virtual |
Implemented in GameEngine::View.