C# Class XCom.MapLocation

Struct for defining map locations
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

Свойство Type Description
Row int

Méthodes publiques

Méthode Description
MapLocation ( int row, int col, int height ) : System

Method Details

MapLocation() public méthode

public MapLocation ( int row, int col, int height ) : System
row int
col int
height int
Résultat System

Property Details

Row public_oe property

public int Row
Résultat int