C# Class EditorMapa2D.Region

Inheritance: Setor
Mostrar archivo Open project: farlei/libEGL

Public Properties

Property Type Description
layer Layer>.Dictionary
name string

Public Methods

Method Description
Region ( int mapW, int mapH, int tileW, int tileH ) : System
addLayer ( ) : int
addLayer ( Layer new_layer ) : int

Method Details

Region() public method

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

addLayer() public method

public addLayer ( ) : int
return int

addLayer() public method

public addLayer ( Layer new_layer ) : int
new_layer Layer
return int

Property Details

layer public_oe property

public Dictionary layer
return Layer>.Dictionary

name public_oe property

public string name
return string