EditorGUIExtensions NiceFloatSlider Method STUUI API Documentation V1.0.0
Draws a nice float slider for custom inspectors.

Namespace: NarayanaGames.UnityEditor.Common
Assembly: Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax

public static void NiceFloatSlider(
	SerializedProperty prop,
	float min,
	float max,
	GUIContent content
)

Parameters

prop
Type: SerializedProperty
the property to be controlled be this slider
min
Type: OnlineSystem Single
min value for the property
max
Type: OnlineSystem Single
max value for the property
content
Type: GUIContent
the label for this slider
See Also