C# Class FinalParsec.Corsair.Maps.TileTexturePalette

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: Final-Parsec/Corsair

Public Properties

Property Type Description
textures FinalParsec.Corsair.Maps.TileTexture[]

Protected Methods

Method Description
Start ( ) : void

Called on the frame when a script is enabled before any of the Update methods are called the first time. Use this for initialization.

Private Methods

Method Description
SelectTileTexture ( Text tileTextureName ) : void

Selects a tile texture given its unique name.

SetPage ( int pageNumber ) : void

Sets the current page of the tile texture palette.

Method Details

Start() protected method

Called on the frame when a script is enabled before any of the Update methods are called the first time. Use this for initialization.
protected Start ( ) : void
return void

Property Details

textures public property

All the textures to use. Configured in the Unity editor.
public TileTexture[],FinalParsec.Corsair.Maps textures
return FinalParsec.Corsair.Maps.TileTexture[]