|
Euphoria
|
Public Member Functions | |
| void | draw (SpriteBatch *batch, const Rect &screen) |
Public Attributes | |
| std::optional< const Texture2d * > | texture = std::nullopt |
| std::optional< Rect > | texturecoord = std::nullopt |
| Color | tint = eu::colors::white |
| std::optional< RotateQuad > | rotation = std::nullopt |
| void eu::render::Quad::draw | ( | SpriteBatch * | batch, |
| const Rect & | screen | ||
| ) |
| std::optional<RotateQuad> eu::render::Quad::rotation = std::nullopt |
| std::optional<Rect> eu::render::Quad::texturecoord = std::nullopt |
| Color eu::render::Quad::tint = eu::colors::white |