C# 클래스 StarboundExport.StarBoundNode

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

공개 프로퍼티들

프로퍼티 타입 설명
NodeID string
NodeType string
Ports List
xcoord int
ycoord int

공개 메소드들

메소드 설명
StarBoundNode ( string type, string ID, int x, int y ) : System
ToString ( ) : string

메소드 상세

StarBoundNode() 공개 메소드

public StarBoundNode ( string type, string ID, int x, int y ) : System
type string
ID string
x int
y int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

NodeID 공개적으로 프로퍼티

public string NodeID
리턴 string

NodeType 공개적으로 프로퍼티

public string NodeType
리턴 string

Ports 공개적으로 프로퍼티

public List Ports
리턴 List

xcoord 공개적으로 프로퍼티

public int xcoord
리턴 int

ycoord 공개적으로 프로퍼티

public int ycoord
리턴 int