Method | Description | |
---|---|---|
BeginHorizontal ( ) : void | ||
Button ( string text ) : bool | ||
EndHorizontal ( ) : void | ||
HorizontalSlider ( float value, float leftValue, float rightValue ) : float | ||
HorizontalSlider ( float value, float leftValue, float rightValue, |
||
Label ( |
||
Label ( |
||
Label ( |
||
Label ( |
||
Label ( string text ) : void | ||
Label ( string text, |
||
Toggle ( bool value, |
||
Toggle ( bool value, |
||
Toggle ( bool value, |
||
Toggle ( bool value, |
||
Toggle ( bool value, string text ) : bool | ||
Toggle ( bool value, string text, |
||
Window ( int id, |
||
Window ( int id, |
||
Window ( int id, |
||
Window ( int id, |
||
Window ( int id, |
||
Window ( int id, |
public static HorizontalSlider ( float value, float leftValue, float rightValue ) : float | ||
value | float | |
leftValue | float | |
rightValue | float | |
return | float |
public static HorizontalSlider ( float value, float leftValue, float rightValue, |
||
value | float | |
leftValue | float | |
rightValue | float | |
slider | ||
thumb | ||
return | float |
public static Label ( |
||
content | ||
return | void |
public static Label ( |
||
content | ||
style | ||
return | void |
public static Label ( |
||
image | ||
style | ||
return | void |
public static Label ( string text, |
||
text | string | |
style | ||
return | void |
public static Toggle ( bool value, |
||
value | bool | |
content | ||
return | bool |
public static Toggle ( bool value, |
||
value | bool | |
content | ||
style | ||
return | bool |
public static Toggle ( bool value, |
||
value | bool | |
image | ||
return | bool |
public static Toggle ( bool value, |
||
value | bool | |
image | ||
style | ||
return | bool |
public static Toggle ( bool value, string text ) : bool | ||
value | bool | |
text | string | |
return | bool |
public static Toggle ( bool value, string text, |
||
value | bool | |
text | string | |
style | ||
return | bool |
public static Window ( int id, |
||
id | int | |
screenRect | ||
func | WindowFunction | |
content | ||
return |
public static Window ( int id, |
||
id | int | |
screenRect | ||
func | WindowFunction | |
content | ||
style | ||
return |
public static Window ( int id, |
||
id | int | |
screenRect | ||
func | WindowFunction | |
image | ||
return |
public static Window ( int id, |
||
id | int | |
screenRect | ||
func | WindowFunction | |
image | ||
style | ||
return |
public static Window ( int id, |
||
id | int | |
screenRect | ||
func | WindowFunction | |
text | string | |
return |
public static Window ( int id, |
||
id | int | |
screenRect | ||
func | WindowFunction | |
text | string | |
style | ||
return |