C# 클래스 StarboundExport.Mnet

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

공개 프로퍼티들

프로퍼티 타입 설명
nodes List
wires List

공개 메소드들

메소드 설명
FindNode ( string NodeName ) : Node
GetLuts ( ) : List
ReadMnetFile ( string FileName ) : void
RemoveNode ( string NodeName ) : void
RemoveWireFrom ( string name, string port ) : void
RemoveWireTo ( string name, string port ) : void

비공개 메소드들

메소드 설명
FindWireFrom ( string NodeName ) : Wire
FindWireFromPort ( string NodeName, string PortName ) : Wire
FindWireTo ( string NodeName ) : Wire
FindWireToPort ( string NodeName, string PortName ) : Wire
GetSting ( ) : string
RenameElement ( string From, string To ) : void

메소드 상세

FindNode() 공개 메소드

public FindNode ( string NodeName ) : Node
NodeName string
리턴 Node

GetLuts() 공개 메소드

public GetLuts ( ) : List
리턴 List

ReadMnetFile() 공개 메소드

public ReadMnetFile ( string FileName ) : void
FileName string
리턴 void

RemoveNode() 공개 메소드

public RemoveNode ( string NodeName ) : void
NodeName string
리턴 void

RemoveWireFrom() 공개 메소드

public RemoveWireFrom ( string name, string port ) : void
name string
port string
리턴 void

RemoveWireTo() 공개 메소드

public RemoveWireTo ( string name, string port ) : void
name string
port string
리턴 void

프로퍼티 상세

nodes 공개적으로 프로퍼티

public List nodes
리턴 List

wires 공개적으로 프로퍼티

public List wires
리턴 List