Interface ITile
- Namespace
- RetroEditor.Plugins
- Assembly
- RetroEditor.dll
Interface for a tile - used by the TileMapWidget class
public interface ITile
Properties
Height
Height of the tile in pixels
uint Height { get; }
Property Value
Name
Name of the tile - displayed in the tile palette
string Name { get; }
Property Value
Width
Width of the tile in pixels
uint Width { get; }
Property Value
Methods
GetImageData()
Get the image data for the tile
Pixel[] GetImageData()
Returns
- Pixel[]
Flat array of Pixel values representing the image