C# 클래스 KerbalEngineer.VesselSimulator.AttachNodeSim

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
DumpToLog ( LogMsg log ) : void
New ( PartSim partSim, String newId, AttachNode newNodeType ) : AttachNodeSim
Release ( ) : void

비공개 메소드들

메소드 설명
Create ( ) : AttachNodeSim
Reset ( AttachNodeSim attachNodeSim ) : void

메소드 상세

DumpToLog() 공개 메소드

public DumpToLog ( LogMsg log ) : void
log LogMsg
리턴 void

New() 공개 정적인 메소드

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

Release() 공개 메소드

public Release ( ) : void
리턴 void

프로퍼티 상세

attachedPartSim 공개적으로 프로퍼티

public PartSim,KerbalEngineer.VesselSimulator attachedPartSim
리턴 PartSim

id 공개적으로 프로퍼티

public String id
리턴 String

nodeType 공개적으로 프로퍼티

public AttachNode.NodeType nodeType
리턴 AttachNode.NodeType