View source
typedef AtlasFrame
package flixel.graphics.atlas
import flixel.graphics.atlas.AtlasBase
Available on all platforms
Fields
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`