C# 클래스 RemoteTech.FlightComputer.UIPartActionMenuPatcher.WrappedField

상속: BaseField
파일 보기 프로젝트 열기: RemoteTechnologiesGroup/RemoteTech

공개 메소드들

메소드 설명
Invoke ( ) : void

Effectively change the value of the underlying field.

This gets called by the flight computer either immediately if there's no delay or later if the command is queued.

KspFieldFromBaseField ( BaseField baseField ) : KSPField
NewValueFromString ( string stringValue ) : bool
WrappedField ( BaseField baseField, KSPField field ) : System

메소드 상세

Invoke() 공개 메소드

Effectively change the value of the underlying field.
This gets called by the flight computer either immediately if there's no delay or later if the command is queued.
public Invoke ( ) : void
리턴 void

KspFieldFromBaseField() 공개 정적인 메소드

public static KspFieldFromBaseField ( BaseField baseField ) : KSPField
baseField BaseField
리턴 KSPField

NewValueFromString() 공개 메소드

public NewValueFromString ( string stringValue ) : bool
stringValue string
리턴 bool

WrappedField() 공개 메소드

public WrappedField ( BaseField baseField, KSPField field ) : System
baseField BaseField
field KSPField
리턴 System