Feedback
- press ENTER to search or ESC to cancel
Table of content
Globals namespaces
Constants
- Align
- AniDir
- BlendMode
- BrushPattern
- BrushType
- ColorMode
- FilterChannels
- Ink
- MouseButton
- MouseCursor
- RangeType
- SelectionMode
- SpriteSheetDataFormat
- SpriteSheetType
- WebSocketMessageType
Classes/objects
- Brush
- Cel
- Color
- ColorSpace
- Dialog
- Editor
- Events
- Frame
- GraphicsContext
- Image
- ImageSpec
- KeyEvent
- Layer
- MouseEvent
- Palette
- Plugin
- Point
- Properties
- Range
- Rectangle
- Selection
- Site
- Size
- Slice
- Sprite
- Tag
- Tile
- Tileset
- Timer
- Tool
- TouchEvent
- Version
- WebSocket
- Window
Tile
Represents a tile from a Tileset.
Tile.index
The index of the tile (position in its tileset).
Tile.image
local image = tile.image
tile.image = newImage
Gets or sets the image of this tile.
Tile.color
local color = tile.color
tile.color = newColor
Gets or sets the user-defined color of this tile.
Tile.data
local data = tile.data
tile.data = newData
Gets or sets the user-defined data related to this tile (a text string).
Tile.properties
Access user-defined and extension-defined properties of this tile.