BatchData class

Constructors

BatchData(int max)

Properties

currentIndex int
no setter
freeCount int
no setter
freeLength int
no setter
hashCode int
The hash code for this object.
no setterinherited
rawColors Int32List
final
rawSources Float32List
final
rawTransforms Float32List
final
rectCount int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fillFromRawData(Float32List rstTransforms, Float32List rect, int color, [int skipCount = 0]) → void
fillFromRSTransform(RSTransform transform, Rect rect, int color) → void
fillFromTransform(double scos, double ssin, double tx, double ty, Rect rect, int color) → void
fillOneUnit(Float32List rstTransforms, Float32List rect, int color) → void
fillToEnd() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
toString() String
A string representation of this object.
inherited

Operators

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