C# 클래스 WarshipGirl.Data.Map

파일 보기 프로젝트 열기: jxpxxzj/WarshipGirl 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Fleets List
Node List

Private Properties

프로퍼티 타입 설명
CheckWays void

공개 메소드들

메소드 설명
GetPoint ( string PointName ) : Point
Map ( string XmlPath ) : System
Map ( string XmlPath, string ImagePath ) : System

비공개 메소드들

메소드 설명
CheckWays ( Point pBegin ) : void

메소드 상세

GetPoint() 공개 메소드

public GetPoint ( string PointName ) : Point
PointName string
리턴 Point

Map() 공개 메소드

public Map ( string XmlPath ) : System
XmlPath string
리턴 System

Map() 공개 메소드

public Map ( string XmlPath, string ImagePath ) : System
XmlPath string
ImagePath string
리턴 System

프로퍼티 상세

Fleets 공개적으로 프로퍼티

public List Fleets
리턴 List

Node 공개적으로 프로퍼티

public List Node
리턴 List