C# Class FullInspector.Internal.fiLateBindings.EditorGUI

Exibir arquivo Open project: jacobdufault/fullinspector

Public Methods

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

Method Details

BeginChangeCheck() public static method

public static BeginChangeCheck ( ) : void
return void

BeginDisabledGroup() public static method

public static BeginDisabledGroup ( bool disabled ) : void
disabled bool
return void

EndChangeCheck() public static method

public static EndChangeCheck ( ) : bool
return bool

EndDisabledGroup() public static method

public static EndDisabledGroup ( ) : void
return void

Foldout() public static method

public static Foldout ( Rect rect, bool state, GUIContent label, bool toggleOnLabelClick, GUIStyle style ) : bool
rect UnityEngine.Rect
state bool
label UnityEngine.GUIContent
toggleOnLabelClick bool
style UnityEngine.GUIStyle
return bool

HelpBox() public static method

public static HelpBox ( Rect rect, string message, CommentType commentType ) : void
rect UnityEngine.Rect
message string
commentType CommentType
return void

IntSlider() public static method

public static IntSlider ( Rect position, GUIContent label, int value, int leftValue, int rightValue ) : int
position UnityEngine.Rect
label UnityEngine.GUIContent
value int
leftValue int
rightValue int
return int

Popup() public static method

public static Popup ( Rect position, GUIContent label, int selectedIndex, GUIContent displayedOptions ) : int
position UnityEngine.Rect
label UnityEngine.GUIContent
selectedIndex int
displayedOptions UnityEngine.GUIContent
return int

Slider() public static method

public static Slider ( Rect position, GUIContent label, float value, float leftValue, float rightValue ) : float
position UnityEngine.Rect
label UnityEngine.GUIContent
value float
leftValue float
rightValue float
return float