C# Class EditorMapa2D.Setor

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

Méthodes publiques

Свойство Type Description
map_height int
map_width int
tile_height int
tile_width int

Méthodes publiques

Méthode Description
ConvertNumero ( Point e, int tileW, int tileH, int mapW ) : int
ConvertPoint ( int pos, int tileW, int tileH ) : Point
Setor ( int mapW, int mapH, int tileW, int tileH ) : System

Method Details

ConvertNumero() public static méthode

public static ConvertNumero ( Point e, int tileW, int tileH, int mapW ) : int
e Point
tileW int
tileH int
mapW int
Résultat int

ConvertPoint() public static méthode

public static ConvertPoint ( int pos, int tileW, int tileH ) : Point
pos int
tileW int
tileH int
Résultat Point

Setor() public méthode

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

Property Details

map_height public_oe property

public int map_height
Résultat int

map_width public_oe property

public int map_width
Résultat int

tile_height public_oe property

public int tile_height
Résultat int

tile_width public_oe property

public int tile_width
Résultat int