C# Class exTileMapUtility, ex2d-v1

Mostra file Open project: exdev/ex2d-v1

Public Methods

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

Private Methods

Method Description
CreateTileMapObject ( ) : void

Method Details

Build() public static method

public static Build ( this _tileMapRenderer ) : void
_tileMapRenderer this
return void

Create() public static method

public static Create ( string _path, string _name, int _row, int _col ) : exTileMap,
_path string
_name string
_row int
_col int
return exTileMap,

Rebuild() public static method

public static Rebuild ( this _tileMapRenderer ) : void
_tileMapRenderer this
return void