C# 클래스 exTileMapUtility, ex2d-v1

파일 보기 프로젝트 열기: exdev/ex2d-v1

공개 메소드들

메소드 설명
Build ( this _tileMapRenderer ) : void
Create ( string _path, string _name, int _row, int _col ) : exTileMap,
Rebuild ( this _tileMapRenderer ) : void

비공개 메소드들

메소드 설명
CreateTileMapObject ( ) : void

메소드 상세

Build() 공개 정적인 메소드

public static Build ( this _tileMapRenderer ) : void
_tileMapRenderer this
리턴 void

Create() 공개 정적인 메소드

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

Rebuild() 공개 정적인 메소드

public static Rebuild ( this _tileMapRenderer ) : void
_tileMapRenderer this
리턴 void