EditorGUIExtensions NiceIntSlider Method STUUI API Documentation V1.0.0
Draws a nice int 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 NiceIntSlider(
	SerializedProperty prop,
	int min,
	int max,
	GUIContent content
)

Parameters

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