C# Class EditorMapa2D.Layer

Afficher le fichier Open project: farlei/libEGL Class Usage Examples

Méthodes publiques

Свойство Type Description
evento Dictionary>
name string
tiles Dictionary>
visible bool

Méthodes publiques

Méthode 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 méthode

public Layer ( ) : System
Résultat System

addEvent() public méthode

public addEvent ( Point p, int event_code ) : void
p Point
event_code int
Résultat void

addTile() public méthode

public addTile ( Tile tile ) : void
tile Tile
Résultat void

deleteEvent() public méthode

public deleteEvent ( Point p ) : void
p Point
Résultat void

this() public méthode

public this ( Point point ) : Tile
point Point
Résultat Tile

Property Details

evento public_oe property

public Dictionary> evento
Résultat Dictionary>

name public_oe property

public string name
Résultat string

tiles public_oe property

public Dictionary> tiles
Résultat Dictionary>

visible public_oe property

public bool visible
Résultat bool