C# Class kode80.GUIWrapper.GUISlider

Inheritance: GUIBase
Datei anzeigen Open project: kode80/UnityTools

Public Properties

Property Type Description
maxValue float
minValue float
value float

Public Methods

Method Description
GUISlider ( GUIContent content, float value = 0.0f, float minValue = 0.0f, float maxValue = 1.0f, OnGUIAction action = null ) : UnityEngine

Protected Methods

Method Description
CustomOnGUI ( ) : void

Method Details

CustomOnGUI() protected method

protected CustomOnGUI ( ) : void
return void

GUISlider() public method

public GUISlider ( GUIContent content, float value = 0.0f, float minValue = 0.0f, float maxValue = 1.0f, OnGUIAction action = null ) : UnityEngine
content UnityEngine.GUIContent
value float
minValue float
maxValue float
action OnGUIAction
return UnityEngine

Property Details

maxValue public_oe property

public float maxValue
return float

minValue public_oe property

public float minValue
return float

value public_oe property

public float value
return float