Renderer class

Constructors

Renderer()

Properties

hashCode int
The hash code for this object.
no setterinherited
image Image?
getter/setter pair
index int
getter/setter pair
paint Paint
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

maxBatchedObjects → const int