Class RenderUISystem

Inheritance Relationships

Base Type

Class Documentation

class RenderUISystem : public System

Render system for the UI.

Public Functions

void update(float deltaMilliseconds)
void pushUIMatrix(const Matrix &transform)
void popUIMatrix()
Matrix getTopUIMatrix()

Public Static Functions

static RenderUISystem *GetSingleton()