C# Class exTileMapUtility, ex2d-v1

Afficher le fichier Open project: exdev/ex2d-v1

Méthodes publiques

Méthode Description
Build ( this _tileMapRenderer ) : void
Create ( string _path, string _name, int _row, int _col ) : exTileMap,
Rebuild ( this _tileMapRenderer ) : void

Private Methods

Méthode Description
CreateTileMapObject ( ) : void

Method Details

Build() public static méthode

public static Build ( this _tileMapRenderer ) : void
_tileMapRenderer this
Résultat void

Create() public static méthode

public static Create ( string _path, string _name, int _row, int _col ) : exTileMap,
_path string
_name string
_row int
_col int
Résultat exTileMap,

Rebuild() public static méthode

public static Rebuild ( this _tileMapRenderer ) : void
_tileMapRenderer this
Résultat void