Renderer class
Methods
-
begin(Canvas canvas)
→ void
-
-
end()
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
render(void renderCommand(Canvas canvas, Paint defaultPaint))
→ void
-
-
renderImage(Image image, double left, double top, double right, double bottom, double scos, double ssin, double tx, double ty, [Color? color])
→ void
-
-
renderSprite(Sprite sprite)
→ void
-
-
renderTexture(Texture texture, double scos, double ssin, double tx, double ty, [Color? color])
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited