Batch class abstract

Implementers

Constructors

Batch()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

beginBatch(Canvas canvas, {Rect? cullRect}) → void
drawImage(Image image, Float32List data, Float32List rect, int? color) → void
drawImageFromComponents({required Image image, required Rect rect, required double rotation, required double scale, required double anchorX, required double anchorY, required double translateX, required double translateY}) → void
drawImageFromData(Image image, Rect rect, double scos, double ssin, double tx, double ty, int? color) → void
drawImages(Image image, Float32List data, Float32List rect, int? color) → void
drawTextureRegion(TextureRegion textureRegion, Float32List data, int? color) → void
drawTextureRegionFromData(TextureRegion textureRegion, double scos, double ssin, double tx, double ty, int? color) → void
endBatch() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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