The frame duration in milliseconds.
Rectangle of the frame within the sprite sheet image.
True if frame is rotated within the sprite sheet image to save space. As far as I know Aseprite doesn't
support this so this is always false
.
The actual frame (sprite) size.
The trimmed rectangle within the sprite. Will be the same as sourceSize with coordinates x=0 y=0 when frame is not trimmed.
True if frame was trimmed by selecting "Trim Sprite" or "Trim Cels" in Aseprite.
Generated using TypeDoc
A frame definition within a frames object when selecting Hash format during export in Aseprite. This is the same as the ArrayFrame type but without its additional ArrayFrame.filename property because the filename is the object key in Hash format.