C# Class Treefrog.Model.TileSetLayer

Inheritance: Treefrog.Framework.Model.TileLayer, IDisposable
Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
Dispose ( ) : void
TileSetLayer ( string name, TilePool pool ) : System
TileSetLayer ( string name, TileSetLayer layer ) : System
this ( int index ) : Tile

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
SyncIndex ( ) : void
TileAdded ( object sender, EventArgs e ) : void
TileRemoved ( object sender, EventArgs e ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

TileSetLayer() public méthode

public TileSetLayer ( string name, TilePool pool ) : System
name string
pool TilePool
Résultat System

TileSetLayer() public méthode

public TileSetLayer ( string name, TileSetLayer layer ) : System
name string
layer TileSetLayer
Résultat System

this() public méthode

public this ( int index ) : Tile
index int
Résultat Treefrog.Framework.Model.Tile