Pioneer
Public Member Functions | List of all members
Graphics::Drawables::Rect Class Reference

#include <Drawables.h>

Public Member Functions

 Rect (Graphics::Renderer *r, const vector2f &pos, const vector2f &size, const Color &c, RenderState *state, const bool bIsStatic=true)
 
void Update (const vector2f &pos, const vector2f &size, const Color &c)
 
void Draw (Graphics::Renderer *r)
 

Constructor & Destructor Documentation

◆ Rect()

Graphics::Drawables::Rect::Rect ( Graphics::Renderer r,
const vector2f pos,
const vector2f size,
const Color c,
RenderState state,
const bool  bIsStatic = true 
)
Here is the call graph for this function:

Member Function Documentation

◆ Draw()

void Graphics::Drawables::Rect::Draw ( Graphics::Renderer r)
Here is the call graph for this function:

◆ Update()

void Graphics::Drawables::Rect::Update ( const vector2f pos,
const vector2f size,
const Color c 
)
Here is the call graph for this function:

The documentation for this class was generated from the following files: