C# Class kode80.GUIWrapper.GUIIntSlider

Inheritance: GUIBase
Datei anzeigen Open project: kode80/UnityTools

Public Properties

Property Type Description
maxValue int
minValue int
value int

Public Methods

Method Description
GUIIntSlider ( GUIContent content, int value, int minValue, int maxValue = 100, OnGUIAction action = null ) : UnityEngine

Protected Methods

Method Description
CustomOnGUI ( ) : void

Method Details

CustomOnGUI() protected method

protected CustomOnGUI ( ) : void
return void

GUIIntSlider() public method

public GUIIntSlider ( GUIContent content, int value, int minValue, int maxValue = 100, OnGUIAction action = null ) : UnityEngine
content UnityEngine.GUIContent
value int
minValue int
maxValue int
action OnGUIAction
return UnityEngine

Property Details

maxValue public_oe property

public int maxValue
return int

minValue public_oe property

public int minValue
return int

value public_oe property

public int value
return int