C# Class EditorMapa2D.World

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

Méthodes publiques

Свойство Type Description
events string>.Dictionary
region_image Dictionary>
regions Region>.Dictionary
tilesets Tileset>.Dictionary

Méthodes publiques

Méthode Description
AddEvent ( int code, string name ) : int
AddEvent ( string name ) : int
AddRegion ( Region region ) : int
AddRegion ( int mapW, int mapH, int tileW, int tileH ) : int
AddTileset ( Tileset tile ) : int
AddTileset ( string path ) : int
World ( ) : System
delete_event ( int event_code ) : void
edit_event ( int event_code, string event_name ) : void
getImage ( int i, int j, bool redesenha ) : Image
get_event ( int i ) : string

Method Details

AddEvent() public méthode

public AddEvent ( int code, string name ) : int
code int
name string
Résultat int

AddEvent() public méthode

public AddEvent ( string name ) : int
name string
Résultat int

AddRegion() public méthode

public AddRegion ( Region region ) : int
region Region
Résultat int

AddRegion() public méthode

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

AddTileset() public méthode

public AddTileset ( Tileset tile ) : int
tile Tileset
Résultat int

AddTileset() public méthode

public AddTileset ( string path ) : int
path string
Résultat int

World() public méthode

public World ( ) : System
Résultat System

delete_event() public méthode

public delete_event ( int event_code ) : void
event_code int
Résultat void

edit_event() public méthode

public edit_event ( int event_code, string event_name ) : void
event_code int
event_name string
Résultat void

getImage() public méthode

public getImage ( int i, int j, bool redesenha ) : Image
i int
j int
redesenha bool
Résultat Image

get_event() public méthode

public get_event ( int i ) : string
i int
Résultat string

Property Details

events public_oe property

public Dictionary events
Résultat string>.Dictionary

region_image public_oe property

public Dictionary> region_image
Résultat Dictionary>

regions public_oe property

public Dictionary regions
Résultat Region>.Dictionary

tilesets public_oe property

public Dictionary tilesets
Résultat Tileset>.Dictionary