C# Class kode80.GUIWrapper.GUIDelayedIntField

Inheritance: GUIBase
Show file Open project: kode80/UnityTools Class Usage Examples

Public Properties

Property Type Description
maxValue int
minValue int
value int

Public Methods

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

Protected Methods

Method Description
CustomOnGUI ( ) : void

Method Details

CustomOnGUI() protected method

protected CustomOnGUI ( ) : void
return void

GUIDelayedIntField() public method

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

Property Details

maxValue public property

public int maxValue
return int

minValue public property

public int minValue
return int

value public property

public int value
return int