Méthode | Description | |
---|---|---|
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 | |
Résultat | KSPField |
public NewValueFromString ( string stringValue ) : bool | ||
stringValue | string | |
Résultat | bool |
public WrappedField ( BaseField baseField, KSPField field ) : System | ||
baseField | BaseField | |
field | KSPField | |
Résultat | System |