C# Класс FinalParsec.Corsair.Maps.TileTexturePalette

Наследование: UnityEngine.MonoBehaviour
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
textures FinalParsec.Corsair.Maps.TileTexture[]

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

Start() защищенный Метод

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
Результат void

Описание свойств

textures публичное свойство

All the textures to use. Configured in the Unity editor.
public TileTexture[],FinalParsec.Corsair.Maps textures
Результат FinalParsec.Corsair.Maps.TileTexture[]