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

상속: IndexBase
파일 보기 프로젝트 열기: artwallace/PsmFramework

공개 메소드들

메소드 설명
GetKey ( Int32 column, Int32 row ) : GridKey
GridIndex ( TiledTexture tiledTexture, Int32 columns = DefaultColumns, Int32 rows = DefaultRows, String name = DefaultName ) : System

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

Cleanup() 보호된 메소드

protected Cleanup ( ) : void
리턴 void

GetKey() 공개 메소드

public GetKey ( Int32 column, Int32 row ) : GridKey
column System.Int32
row System.Int32
리턴 GridKey

GridIndex() 공개 메소드

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

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void