C# 클래스 kOS.Suffixed.Part.DockingPortValue

상속: PartValue
파일 보기 프로젝트 열기: KSP-KOS/KOS 1 사용 예제들

공개 메소드들

메소드 설명
DoUndock ( ) : void
DockingPortValue ( ModuleDockingNode module, SharedObjects sharedObj ) : System.Collections.Generic
GetNodePosition ( ) : Vector
PartsToList ( IEnumerable parts, SharedObjects sharedObj ) : ListValue

비공개 메소드들

메소드 설명
DockingInitializeSuffixes ( ) : void
GetPortFacing ( ) : Direction

메소드 상세

DoUndock() 공개 메소드

public DoUndock ( ) : void
리턴 void

DockingPortValue() 공개 메소드

public DockingPortValue ( ModuleDockingNode module, SharedObjects sharedObj ) : System.Collections.Generic
module ModuleDockingNode
sharedObj SharedObjects
리턴 System.Collections.Generic

GetNodePosition() 공개 메소드

public GetNodePosition ( ) : Vector
리턴 Vector

PartsToList() 공개 정적인 메소드

public static PartsToList ( IEnumerable parts, SharedObjects sharedObj ) : ListValue
parts IEnumerable
sharedObj SharedObjects
리턴 ListValue