C# 클래스 Engineer.VesselSimulator.AttachNodeSim

파일 보기 프로젝트 열기: CYBUTEK/Engineer

공개 프로퍼티들

프로퍼티 타입 설명
attachedPartSim PartSim
id String
nodeType AttachNode.NodeType

공개 메소드들

메소드 설명
AttachNodeSim ( PartSim partSim, String newId, AttachNode newNodeType ) : System
DumpToBuffer ( StringBuilder buffer ) : void

메소드 상세

AttachNodeSim() 공개 메소드

public AttachNodeSim ( PartSim partSim, String newId, AttachNode newNodeType ) : System
partSim PartSim
newId String
newNodeType AttachNode
리턴 System

DumpToBuffer() 공개 메소드

public DumpToBuffer ( StringBuilder buffer ) : void
buffer StringBuilder
리턴 void

프로퍼티 상세

attachedPartSim 공개적으로 프로퍼티

public PartSim,Engineer.VesselSimulator attachedPartSim
리턴 PartSim

id 공개적으로 프로퍼티

public String id
리턴 String

nodeType 공개적으로 프로퍼티

public AttachNode.NodeType nodeType
리턴 AttachNode.NodeType