C# Class WarshipGirl.Data.Map

Mostra file Open project: jxpxxzj/WarshipGirl Class Usage Examples

Public Properties

Property Type Description
Fleets List
Node List

Private Properties

Property Type Description
CheckWays void

Public Methods

Method Description
GetPoint ( string PointName ) : Point
Map ( string XmlPath ) : System
Map ( string XmlPath, string ImagePath ) : System

Private Methods

Method Description
CheckWays ( Point pBegin ) : void

Method Details

GetPoint() public method

public GetPoint ( string PointName ) : Point
PointName string
return Point

Map() public method

public Map ( string XmlPath ) : System
XmlPath string
return System

Map() public method

public Map ( string XmlPath, string ImagePath ) : System
XmlPath string
ImagePath string
return System

Property Details

Fleets public_oe property

public List Fleets
return List

Node public_oe property

public List Node
return List