메소드 | 설명 | |
---|---|---|
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 |
public static KspFieldFromBaseField ( BaseField baseField ) : KSPField | ||
baseField | BaseField | |
리턴 | KSPField |
public NewValueFromString ( string stringValue ) : bool | ||
stringValue | string | |
리턴 | bool |
public WrappedField ( BaseField baseField, KSPField field ) : System | ||
baseField | BaseField | |
field | KSPField | |
리턴 | System |