- beginFrame
void beginFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultFont
FontRef defaultFont()
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultText
TextMesherParams defaultText()
Undocumented in source. Be warned that the author may not have intended to support it.
- draw
void draw(AnimationInstance animation, vec2 target, float depth, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
- draw
void draw(Sprite sprite, vec2 target, float depth, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
- draw
void draw(SpriteInstance sprite, vec2 target, float depth, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawFrame
void drawFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
- drawRectFill
void drawRectFill(vec2 pos, vec2 size, float depth, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawRectLine
void drawRectLine(vec2 pos, vec2 size, float depth, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawTexRect
void drawTexRect(frect target, frect source, float depth, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
- endFrame
void endFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
- popClipRect
void popClipRect()
Undocumented in source. Be warned that the author may not have intended to support it.
- print
void print(vec2 pos, Color4ub color, int scale, const(char[]) str)
Undocumented in source. Be warned that the author may not have intended to support it.
- print
void print(vec2 pos, Color4ub color, int scale, int depth, const(char[]) str)
Undocumented in source. Be warned that the author may not have intended to support it.
- print
void print(vec2 pos, Color4ub color, int scale, const(char[]) fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- print
void print(vec2 pos, Color4ub color, const(char[]) fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- print
void print(vec2 pos, const(char[]) fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- pushClipRect
void pushClipRect(irect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
- reuploadTexture
void reuploadTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
- startTextAt
TextMesherParams startTextAt(vec2 origin)
Undocumented in source. Be warned that the author may not have intended to support it.