C# 클래스 RouteUtils.Wire

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

공개 프로퍼티들

프로퍼티 타입 설명
EndName string
EndX int
EndY int
Rep bool[]
RepNp string[]
StartName string
StartX int
StartY int
Synced bool
WirePointX int[]
WirePointY int[]
WirePointZ int[]

공개 메소드들

메소드 설명
CalcRepCount ( ) : int
PlaceRepeaters ( ) : void
RepCompincate ( int p ) : void
Wire ( string stName, string edName ) : System.Linq

비공개 메소드들

메소드 설명
CalcPlaceMap ( ) : void
PlaceReapeterBackword ( int p ) : int
PlaceReapeterForward ( int p ) : int
PlaceRepeater ( int p ) : void

메소드 상세

CalcRepCount() 공개 메소드

public CalcRepCount ( ) : int
리턴 int

PlaceRepeaters() 공개 메소드

public PlaceRepeaters ( ) : void
리턴 void

RepCompincate() 공개 메소드

public RepCompincate ( int p ) : void
p int
리턴 void

Wire() 공개 메소드

public Wire ( string stName, string edName ) : System.Linq
stName string
edName string
리턴 System.Linq

프로퍼티 상세

EndName 공개적으로 프로퍼티

public string EndName
리턴 string

EndX 공개적으로 프로퍼티

public int EndX
리턴 int

EndY 공개적으로 프로퍼티

public int EndY
리턴 int

Rep 공개적으로 프로퍼티

public bool[] Rep
리턴 bool[]

RepNp 공개적으로 프로퍼티

public string[] RepNp
리턴 string[]

StartName 공개적으로 프로퍼티

public string StartName
리턴 string

StartX 공개적으로 프로퍼티

public int StartX
리턴 int

StartY 공개적으로 프로퍼티

public int StartY
리턴 int

Synced 공개적으로 프로퍼티

public bool Synced
리턴 bool

WirePointX 공개적으로 프로퍼티

public int[] WirePointX
리턴 int[]

WirePointY 공개적으로 프로퍼티

public int[] WirePointY
리턴 int[]

WirePointZ 공개적으로 프로퍼티

public int[] WirePointZ
리턴 int[]