C# Class LostPolygon.DynamicWaterSystem.EditorExtensions.EditorGUILayoutExtensions

Mostrar archivo Open project: caffeinatedguy/Limbs

Public Methods

Method Description
IntSliderFixedWidth ( GUIContent label, int value, int leftValue, int rightValue ) : int
IntSliderFixedWidth ( string label, int value, int leftValue, int rightValue ) : int
LayerMaskField ( GUIContent content, LayerMask selected, bool showSpecial ) : LayerMask
ToggleFixedWidth ( GUIContent label, bool value ) : bool
ToggleFixedWidth ( string label, bool value ) : bool

Method Details

IntSliderFixedWidth() public static method

public static IntSliderFixedWidth ( GUIContent label, int value, int leftValue, int rightValue ) : int
label UnityEngine.GUIContent
value int
leftValue int
rightValue int
return int

IntSliderFixedWidth() public static method

public static IntSliderFixedWidth ( string label, int value, int leftValue, int rightValue ) : int
label string
value int
leftValue int
rightValue int
return int

LayerMaskField() public static method

public static LayerMaskField ( GUIContent content, LayerMask selected, bool showSpecial ) : LayerMask
content UnityEngine.GUIContent
selected UnityEngine.LayerMask
showSpecial bool
return UnityEngine.LayerMask

ToggleFixedWidth() public static method

public static ToggleFixedWidth ( GUIContent label, bool value ) : bool
label UnityEngine.GUIContent
value bool
return bool

ToggleFixedWidth() public static method

public static ToggleFixedWidth ( string label, bool value ) : bool
label string
value bool
return bool