C# Class EditorMapa2D.Layer

ファイルを表示 Open project: farlei/libEGL Class Usage Examples

Public Properties

Property Type Description
evento Dictionary>
name string
tiles Dictionary>
visible bool

Public Methods

Method Description
Layer ( ) : System
addEvent ( Point p, int event_code ) : void
addTile ( Tile tile ) : void
deleteEvent ( Point p ) : void
this ( Point point ) : Tile

Method Details

Layer() public method

public Layer ( ) : System
return System

addEvent() public method

public addEvent ( Point p, int event_code ) : void
p Point
event_code int
return void

addTile() public method

public addTile ( Tile tile ) : void
tile Tile
return void

deleteEvent() public method

public deleteEvent ( Point p ) : void
p Point
return void

this() public method

public this ( Point point ) : Tile
point Point
return Tile

Property Details

evento public_oe property

public Dictionary> evento
return Dictionary>

name public_oe property

public string name
return string

tiles public_oe property

public Dictionary> tiles
return Dictionary>

visible public_oe property

public bool visible
return bool