C# Class LostPolygon.DynamicWaterSystem.EditorExtensions.EditorGUILayoutExtensions

Afficher le fichier Open project: caffeinatedguy/Limbs

Méthodes publiques

Méthode 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 méthode

public static IntSliderFixedWidth ( GUIContent label, int value, int leftValue, int rightValue ) : int
label UnityEngine.GUIContent
value int
leftValue int
rightValue int
Résultat int

IntSliderFixedWidth() public static méthode

public static IntSliderFixedWidth ( string label, int value, int leftValue, int rightValue ) : int
label string
value int
leftValue int
rightValue int
Résultat int

LayerMaskField() public static méthode

public static LayerMaskField ( GUIContent content, LayerMask selected, bool showSpecial ) : LayerMask
content UnityEngine.GUIContent
selected UnityEngine.LayerMask
showSpecial bool
Résultat UnityEngine.LayerMask

ToggleFixedWidth() public static méthode

public static ToggleFixedWidth ( GUIContent label, bool value ) : bool
label UnityEngine.GUIContent
value bool
Résultat bool

ToggleFixedWidth() public static méthode

public static ToggleFixedWidth ( string label, bool value ) : bool
label string
value bool
Résultat bool