Method |
Description |
|
BeginChangeCheck ( ) : void |
|
|
BeginDisabledGroup ( bool disabled ) : void |
|
|
EndChangeCheck ( ) : bool |
|
|
EndDisabledGroup ( ) : void |
|
|
Foldout ( Rect rect, bool state, GUIContent label, bool toggleOnLabelClick, GUIStyle style ) : bool |
|
|
HelpBox ( Rect rect, string message, CommentType commentType ) : void |
|
|
IntSlider ( Rect position, GUIContent label, int value, int leftValue, int rightValue ) : int |
|
|
Popup ( Rect position, GUIContent label, int selectedIndex, GUIContent displayedOptions ) : int |
|
|
Slider ( Rect position, GUIContent label, float value, float leftValue, float rightValue ) : float |
|
|