C# 클래스 GuiUtils, KerbTrack

파일 보기 프로젝트 열기: pizzaoverhead/KerbTrack 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

LabelValue() 공개 정적인 메소드

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

RadioButton() 공개 정적인 메소드

public static RadioButton ( string labels, int selectedIndex ) : int
labels string
selectedIndex int
리턴 int

Slider() 공개 정적인 메소드

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

SliderOffset() 공개 정적인 메소드

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

SliderScale() 공개 정적인 메소드

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