class
RSpriteA sprite compatible with guerrilla renderer.
Contents
Base classes
- class RRenderableObject
- A renderable object. Allows specifying the position, size and color of the renderable object.
Constructors, destructors, conversion operators
Function documentation
Rubeus:: GraphicComponents:: RSprite:: RSprite(const float& x,
const float& y,
const float& width,
const float& height,
const RML:: Vector4D& color)
Constructor.
Parameters | |
---|---|
x | The x offset. |
y | The y offset. |
width | The width. |
height | The height. |
color | The color of this sprite. |