SpriteSheet class

Sprite sheet configuration.

Constructors

SpriteSheet({int? columnCount, String? endTimeOffset, String? filePrefix, String? format, String? interval, int? quality, int? rowCount, int? spriteHeightPixels, int? spriteWidthPixels, String? startTimeOffset, int? totalCount})
SpriteSheet.fromJson(Map json_)

Properties

columnCount int?
The maximum number of sprites per row in a sprite sheet.
getter/setter pair
endTimeOffset String?
End time in seconds, relative to the output file timeline.
getter/setter pair
filePrefix String?
File name prefix for the generated sprite sheets.
getter/setter pair
format String?
Format type.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interval String?
Starting from 0s, create sprites at regular intervals.
getter/setter pair
quality int?
The quality of the generated sprite sheet.
getter/setter pair
rowCount int?
The maximum number of rows per sprite sheet.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spriteHeightPixels int?
The height of sprite in pixels.
getter/setter pair
spriteWidthPixels int?
The width of sprite in pixels.
getter/setter pair
startTimeOffset String?
Start time in seconds, relative to the output file timeline.
getter/setter pair
totalCount int?
Total number of sprites.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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