Render2D.h
RenderMode mode
The visual mode for rendered vertices.
Definition: Render2D.h:59
Definition: AssetID.h:37
Renderer::Polygon GetPolygon() const
Returns the polygon to be used when drawing the vertices.
bool absolute
Sets whether drawing calculations from the node should be interpreted as absolute pixel values on the...
Definition: Render2D.h:65
RenderMode
A RenderMode specifies how the aspect should be expressed.
Definition: Render2D.h:47
If an aspect's render mode is None, it will not be drawn.
std::vector< Renderer::Vertex2D > GetVertices() const
Returns the raw vertices compiled for the renderable object.
Class that extends the functionality of an Entity, but as a removable and addable object...
Definition: Component.h:66