C# Class RemoteTech.FlightComputer.UIPartActionMenuPatcher.WrappedField

Inheritance: BaseField
Afficher le fichier Open project: RemoteTechnologiesGroup/RemoteTech

Méthodes publiques

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

Method Details

Invoke() public méthode

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
Résultat void

KspFieldFromBaseField() public static méthode

public static KspFieldFromBaseField ( BaseField baseField ) : KSPField
baseField BaseField
Résultat KSPField

NewValueFromString() public méthode

public NewValueFromString ( string stringValue ) : bool
stringValue string
Résultat bool

WrappedField() public méthode

public WrappedField ( BaseField baseField, KSPField field ) : System
baseField BaseField
field KSPField
Résultat System