ImageSheet

Parent Userdata
Library graphics.*
Revision Release 2024.3703
Keywords image sheets, sprite sheets
See also Image Sheets (guide)
graphics.newImageSheet()
display.newSprite()
display.newImageRect()

Overview

ImageSheet objects are created using graphics.newImageSheet() and have no methods or properties. They are used with other functions such as display.newSprite() and can also be used in place of image paths in display.newImageRect().