C# 클래스 kOS.AddOns.RemoteTech.RemoteTechAntennaModuleFields

상속: kOS.Suffixed.PartModuleField.PartModuleFields
파일 보기 프로젝트 열기: KSP-KOS/KOS

공개 메소드들

메소드 설명
HasField ( kOS.Safe.Encapsulation.StringValue fieldName ) : BooleanValue
RemoteTechAntennaModuleFields ( PartModule partModule, SharedObjects shared ) : System

보호된 메소드들

메소드 설명
AllFieldNames ( ) : kOS.Suffixed.ListValue
AllFields ( string formatter ) : kOS.Suffixed.ListValue
GetField ( string cookedGuiName ) : BaseField
GetKSPFieldValue ( kOS.Safe.Encapsulation.StringValue suffixName ) : Structure
SetKSPFieldValue ( StringValue suffixName, Structure newValue ) : void

비공개 메소드들

메소드 설명
GetTargetGuid ( Structure target ) : System.Guid
InitializeSuffixesAfterConstruction ( ) : void

메소드 상세

AllFieldNames() 보호된 메소드

protected AllFieldNames ( ) : kOS.Suffixed.ListValue
리턴 kOS.Suffixed.ListValue

AllFields() 보호된 메소드

protected AllFields ( string formatter ) : kOS.Suffixed.ListValue
formatter string
리턴 kOS.Suffixed.ListValue

GetField() 보호된 메소드

protected GetField ( string cookedGuiName ) : BaseField
cookedGuiName string
리턴 BaseField

GetKSPFieldValue() 보호된 메소드

protected GetKSPFieldValue ( kOS.Safe.Encapsulation.StringValue suffixName ) : Structure
suffixName kOS.Safe.Encapsulation.StringValue
리턴 Structure

HasField() 공개 메소드

public HasField ( kOS.Safe.Encapsulation.StringValue fieldName ) : BooleanValue
fieldName kOS.Safe.Encapsulation.StringValue
리턴 kOS.Safe.Encapsulation.BooleanValue

RemoteTechAntennaModuleFields() 공개 메소드

public RemoteTechAntennaModuleFields ( PartModule partModule, SharedObjects shared ) : System
partModule PartModule
shared SharedObjects
리턴 System

SetKSPFieldValue() 보호된 메소드

protected SetKSPFieldValue ( StringValue suffixName, Structure newValue ) : void
suffixName StringValue
newValue Structure
리턴 void