Draws a nice float slider for custom inspectors.
Namespace: NarayanaGames.UnityEditor.CommonAssembly: Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax
Parameters
- prop
- Type: SerializedProperty
the property to be controlled be this slider
- min
- Type: System Single
min value for the property
- max
- Type: System Single
max value for the property
- content
- Type: GUIContent
the label for this slider
See Also