C# Class GuiUtils, KerbTrack

Mostrar archivo Open project: pizzaoverhead/KerbTrack Class Usage Examples

Public Methods

Method 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 method

public static LabelValue ( string text, object obj ) : void
text string
obj object
return void

RadioButton() public static method

public static RadioButton ( string labels, int selectedIndex ) : int
labels string
selectedIndex int
return int

Slider() public static method

public static Slider ( string label, float &variable, float from, float to ) : void
label string
variable float
from float
to float
return void

SliderOffset() public static method

public static SliderOffset ( string label, float &variable ) : void
label string
variable float
return void

SliderScale() public static method

public static SliderScale ( string label, float &variable ) : void
label string
variable float
return void