C# 클래스 FinalParsec.Corsair.Maps.TileTexturePalette

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: Final-Parsec/Corsair

공개 프로퍼티들

프로퍼티 타입 설명
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[]