C# 클래스 EditorMapa2D.Layer

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

공개 프로퍼티들

프로퍼티 타입 설명
evento Dictionary>
name string
tiles Dictionary>
visible bool

공개 메소드들

메소드 설명
Layer ( ) : System
addEvent ( Point p, int event_code ) : void
addTile ( Tile tile ) : void
deleteEvent ( Point p ) : void
this ( Point point ) : Tile

메소드 상세

Layer() 공개 메소드

public Layer ( ) : System
리턴 System

addEvent() 공개 메소드

public addEvent ( Point p, int event_code ) : void
p Point
event_code int
리턴 void

addTile() 공개 메소드

public addTile ( Tile tile ) : void
tile Tile
리턴 void

deleteEvent() 공개 메소드

public deleteEvent ( Point p ) : void
p Point
리턴 void

this() 공개 메소드

public this ( Point point ) : Tile
point Point
리턴 Tile

프로퍼티 상세

evento 공개적으로 프로퍼티

public Dictionary> evento
리턴 Dictionary>

name 공개적으로 프로퍼티

public string name
리턴 string

tiles 공개적으로 프로퍼티

public Dictionary> tiles
리턴 Dictionary>

visible 공개적으로 프로퍼티

public bool visible
리턴 bool