Fields

trimmed:Bool

* Whether the frame rect was trimmed of it's zero-alpha sections

spriteSourceSize:AtlasRect

* The frame rect relative relative to it's untrimmed rect, if not trimmed, this should * be at (0, 0) and have the same size as `frame` and `sourceSize`

sourceSize:AtlasSize

* The size of the frame before it was trimmed, if not trimmed, this should match `frame`

rotated:Bool

* Should always be false

frame:AtlasRect

* The section of the atlas included in this frame

@:optionaloptionalfilename:Null<String>

* The name of this frame, ommitted if using a hashed atlas

@:optionaloptionalduration:Null<Int>