Public Member Functions | Public Attributes

Romulus.Nes.TileEntry Struct Reference

Represents the tile index and attribute data for a single background tile. More...

List of all members.

Public Member Functions

 TileEntry (byte tile, byte pal)
 Creates a new TileEntry.

Public Attributes

byte Tile
 Pattern index.
byte Palette
 Palette index.

Detailed Description

Represents the tile index and attribute data for a single background tile.


Constructor & Destructor Documentation

Romulus.Nes.TileEntry.TileEntry ( byte  tile,
byte  pal 
)

Creates a new TileEntry.

Parameters:
tile Pattern index.
pal Palette index.

Member Data Documentation

Palette index.

Pattern index.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events