C# 클래스 Mnetsynt3.Node

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

공개 프로퍼티들

프로퍼티 타입 설명
McNode RouteUtils.Node
NodeName string
NodeType string
Placed bool
X int
Y int
Z int

공개 메소드들

메소드 설명
GetLutKey ( ) : string
IsLut ( ) : bool
ReadFromString ( string instr ) : void
ToString ( ) : string

메소드 상세

GetLutKey() 공개 메소드

public GetLutKey ( ) : string
리턴 string

IsLut() 공개 메소드

public IsLut ( ) : bool
리턴 bool

ReadFromString() 공개 메소드

public ReadFromString ( string instr ) : void
instr string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

McNode 공개적으로 프로퍼티

public RouteUtils.Node McNode
리턴 RouteUtils.Node

NodeName 공개적으로 프로퍼티

public string NodeName
리턴 string

NodeType 공개적으로 프로퍼티

public string NodeType
리턴 string

Placed 공개적으로 프로퍼티

public bool Placed
리턴 bool

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int

Z 공개적으로 프로퍼티

public int Z
리턴 int