C# Class EditorMapa2D.Region

Inheritance: Setor
Afficher le fichier Open project: farlei/libEGL

Méthodes publiques

Свойство Type Description
layer Layer>.Dictionary
name string

Méthodes publiques

Méthode Description
Region ( int mapW, int mapH, int tileW, int tileH ) : System
addLayer ( ) : int
addLayer ( Layer new_layer ) : int

Method Details

Region() public méthode

public Region ( int mapW, int mapH, int tileW, int tileH ) : System
mapW int
mapH int
tileW int
tileH int
Résultat System

addLayer() public méthode

public addLayer ( ) : int
Résultat int

addLayer() public méthode

public addLayer ( Layer new_layer ) : int
new_layer Layer
Résultat int

Property Details

layer public_oe property

public Dictionary layer
Résultat Layer>.Dictionary

name public_oe property

public string name
Résultat string