TextureAtlasFrame class

Constructors

TextureAtlasFrame(TextureAtlas textureAtlas, RenderTextureQuad textureAtlasQuad, String name, int rotation, int offsetX, int offsetY, int originalWidth, int originalHeight, int frameX, int frameY, int frameWidth, int frameHeight, Float32List? vxList, Int16List? ixList)

Properties

bitmapData BitmapData
no setter
frameHeight int
final
frameWidth int
final
frameX int
final
frameY int
final
hashCode int
The hash code for this object.
no setterinherited
ixList Int16List?
final
name String
final
offsetX int
final
offsetY int
final
originalHeight int
final
originalWidth int
final
rotation int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textureAtlas TextureAtlas
final
textureAtlasQuad RenderTextureQuad
final
vxList Float32List?
final

Methods

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