C# Class GuiUtils, KerbTrack

Afficher le fichier Open project: pizzaoverhead/KerbTrack Class Usage Examples

Méthodes publiques

Méthode Description
LabelValue ( string text, object obj ) : void
RadioButton ( string labels, int selectedIndex ) : int
Slider ( string label, float &variable, float from, float to ) : void
SliderOffset ( string label, float &variable ) : void
SliderScale ( string label, float &variable ) : void

Method Details

LabelValue() public static méthode

public static LabelValue ( string text, object obj ) : void
text string
obj object
Résultat void

RadioButton() public static méthode

public static RadioButton ( string labels, int selectedIndex ) : int
labels string
selectedIndex int
Résultat int

Slider() public static méthode

public static Slider ( string label, float &variable, float from, float to ) : void
label string
variable float
from float
to float
Résultat void

SliderOffset() public static méthode

public static SliderOffset ( string label, float &variable ) : void
label string
variable float
Résultat void

SliderScale() public static méthode

public static SliderScale ( string label, float &variable ) : void
label string
variable float
Résultat void