C# Class WarshipGirl.Data.Map

Afficher le fichier Open project: jxpxxzj/WarshipGirl Class Usage Examples

Méthodes publiques

Свойство Type Description
Fleets List
Node List

Private Properties

Свойство Type Description
CheckWays void

Méthodes publiques

Méthode Description
GetPoint ( string PointName ) : Point
Map ( string XmlPath ) : System
Map ( string XmlPath, string ImagePath ) : System

Private Methods

Méthode Description
CheckWays ( Point pBegin ) : void

Method Details

GetPoint() public méthode

public GetPoint ( string PointName ) : Point
PointName string
Résultat Point

Map() public méthode

public Map ( string XmlPath ) : System
XmlPath string
Résultat System

Map() public méthode

public Map ( string XmlPath, string ImagePath ) : System
XmlPath string
ImagePath string
Résultat System

Property Details

Fleets public_oe property

public List Fleets
Résultat List

Node public_oe property

public List Node
Résultat List