UI

Base stuff for UI rendering

Members

Static functions

begin
void begin()

Sets up state for UI rendering

changeFont
void changeFont(string font)

Safetly changes the UI font

end
void end()

Finishes up UI rendering state

setScissor
void setScissor(vec4i scissor)

Set the UI scissor area

Static variables

UIFont
Font UIFont;

The font used within UI

Meta