C# 클래스 PsmFramework.Engines.DrawEngine2d.TiledTextures.ColumnIndex

상속: IndexBase
파일 보기 프로젝트 열기: artwallace/PsmFramework 1 사용 예제들

공개 메소드들

메소드 설명
ColumnIndex ( TiledTexture tiledTexture, Int32 columns = DefaultColumns, String name = DefaultName ) : System
GetKey ( Int32 column ) : ColumnKey

보호된 메소드들

메소드 설명
Cleanup ( ) : void
Initialize ( ) : void

비공개 메소드들

메소드 설명
BuildKeyList ( Int32 columns ) : void
CleanupKeys ( ) : void
InitializeKeys ( ) : void

메소드 상세

Cleanup() 보호된 메소드

protected Cleanup ( ) : void
리턴 void

ColumnIndex() 공개 메소드

public ColumnIndex ( TiledTexture tiledTexture, Int32 columns = DefaultColumns, String name = DefaultName ) : System
tiledTexture TiledTexture
columns System.Int32
name String
리턴 System

GetKey() 공개 메소드

public GetKey ( Int32 column ) : ColumnKey
column System.Int32
리턴 ColumnKey

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void