Table of Contents

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

uint

Name

Name of the tile - displayed in the tile palette

string Name { get; }

Property Value

string

Width

Width of the tile in pixels

uint Width { get; }

Property Value

uint

Methods

GetImageData()

Get the image data for the tile

Pixel[] GetImageData()

Returns

Pixel[]

Flat array of Pixel values representing the image