C# 클래스 EditorMapa2D.Region

상속: Setor
파일 보기 프로젝트 열기: farlei/libEGL

공개 프로퍼티들

프로퍼티 타입 설명
layer Layer>.Dictionary
name string

공개 메소드들

메소드 설명
Region ( int mapW, int mapH, int tileW, int tileH ) : System
addLayer ( ) : int
addLayer ( Layer new_layer ) : int

메소드 상세

Region() 공개 메소드

public Region ( int mapW, int mapH, int tileW, int tileH ) : System
mapW int
mapH int
tileW int
tileH int
리턴 System

addLayer() 공개 메소드

public addLayer ( ) : int
리턴 int

addLayer() 공개 메소드

public addLayer ( Layer new_layer ) : int
new_layer Layer
리턴 int

프로퍼티 상세

layer 공개적으로 프로퍼티

public Dictionary layer
리턴 Layer>.Dictionary

name 공개적으로 프로퍼티

public string name
리턴 string