C# Class PsmFramework.Engines.DrawEngine2d.TiledTextures.ColumnIndex

Inheritance: IndexBase
Afficher le fichier Open project: artwallace/PsmFramework Class Usage Examples

Méthodes publiques

Méthode Description
ColumnIndex ( TiledTexture tiledTexture, Int32 columns = DefaultColumns, String name = DefaultName ) : System
GetKey ( Int32 column ) : ColumnKey

Méthodes protégées

Méthode Description
Cleanup ( ) : void
Initialize ( ) : void

Private Methods

Méthode Description
BuildKeyList ( Int32 columns ) : void
CleanupKeys ( ) : void
InitializeKeys ( ) : void

Method Details

Cleanup() protected méthode

protected Cleanup ( ) : void
Résultat void

ColumnIndex() public méthode

public ColumnIndex ( TiledTexture tiledTexture, Int32 columns = DefaultColumns, String name = DefaultName ) : System
tiledTexture TiledTexture
columns System.Int32
name String
Résultat System

GetKey() public méthode

public GetKey ( Int32 column ) : ColumnKey
column System.Int32
Résultat ColumnKey

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void