Method | Description | |
---|---|---|
Build ( this _tileMapRenderer ) : void | ||
Create ( string _path, string _name, int _row, int _col ) : exTileMap, | ||
Rebuild ( this _tileMapRenderer ) : void |
Method | Description | |
---|---|---|
CreateTileMapObject ( ) : void |
public static Build ( this _tileMapRenderer ) : void | ||
_tileMapRenderer | this | |
return | void |
public static Create ( string _path, string _name, int _row, int _col ) : exTileMap, | ||
_path | string | |
_name | string | |
_row | int | |
_col | int | |
return | exTileMap, |
public static Rebuild ( this _tileMapRenderer ) : void | ||
_tileMapRenderer | this | |
return | void |