- begin
void begin(Texture texture)
Undocumented in source. Be warned that the author may not have intended to support it.
- dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
- draw
void draw(IRenderTarget target, ShaderProgram shader)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawRectangle
void drawRectangle(vec2 position, vec2 size, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawRectangle
void drawRectangle(vec2 position, vec2 size, float rotation, DrawOrigin origin, vec2 originOffset, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawRectangle
void drawRectangle(rect rectangle, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawRectangle
void drawRectangle(rect rectangle, float rotation, DrawOrigin origin, vec2 originOffset, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawRectangle
void drawRectangle(vec2 position, vec2 size, rect uv, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawRectangle
void drawRectangle(vec2 position, vec2 size, rect uv, float rotation, DrawOrigin origin, vec2 originOffset, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawRectangle
void drawRectangle(rect rectangle, rect uv, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawRectangle
void drawRectangle(rect rectangle, rect uv, mat3 transformation, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawRectangle
void drawRectangle(rect rectangle, rect uv, float rotation, DrawOrigin origin, vec2 originOffset, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawSprite
void drawSprite(Crunch.Image image, vec2 position, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawSprite
void drawSprite(Crunch.Image image, vec2 position, float rotation, DrawOrigin origin, vec2 originOffset, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawSprite
void drawSprite(Crunch.Image image, vec2 position, float scale, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawSprite
void drawSprite(Crunch.Image image, vec2 position, float scale, float rotation, DrawOrigin origin, vec2 originOffset, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawSprite
void drawSprite(Crunch.Image sprite, vec2 position, vec2 scale, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawSprite
void drawSprite(Crunch.Image sprite, vec2 position, vec2 scale, float rotation, DrawOrigin origin, vec2 originOffset, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawSprite
void drawSprite(Crunch.Image sprite, mat3 transformation, vec4 color)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawTriangle
void drawTriangle(Vertex[3] tri)
Undocumented in source. Be warned that the author may not have intended to support it.
- end
void end()
Undocumented in source. Be warned that the author may not have intended to support it.