Here are the examples of the csharp api UnityEngine.GUI.VerticalSlider(UnityEngine.Rect, float, float, float, UnityEngine.GUIStyle, UnityEngine.GUIStyle) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
1 Examples
19
View Source File : BuoyancyEffector2D_SurfaceLevel.cs
License : The Unlicense
Project Creator : Unity-Technologies
License : The Unlicense
Project Creator : Unity-Technologies
void OnGUI()
{
m_SurfaceLevel = GUI.VerticalSlider(m_SliderBounds, m_SurfaceLevel, 0.5f, -0.6f);
}