C# 클래스 EditorMapa2D.Tile

파일 보기 프로젝트 열기: farlei/libEGL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
point Point
tile_code string
tile_crop string
tileset_code int

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Tile ( ) : System
Tile ( int tilesetCode, string tileCode, string tileCrop, Point location ) : System
Tile ( int tilesetCode, string tileCode, string tileCrop, int x, int y ) : System
ToString ( ) : string
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Tile() 공개 메소드

public Tile ( ) : System
리턴 System

Tile() 공개 메소드

public Tile ( int tilesetCode, string tileCode, string tileCrop, Point location ) : System
tilesetCode int
tileCode string
tileCrop string
location Point
리턴 System

Tile() 공개 메소드

public Tile ( int tilesetCode, string tileCode, string tileCrop, int x, int y ) : System
tilesetCode int
tileCode string
tileCrop string
x int
y int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

point 공개적으로 프로퍼티

public Point point
리턴 Point

tile_code 공개적으로 프로퍼티

public string tile_code
리턴 string

tile_crop 공개적으로 프로퍼티

public string tile_crop
리턴 string

tileset_code 공개적으로 프로퍼티

public int tileset_code
리턴 int