Interface IIntMinMaxSlider
Namespace: Global Namespace
Syntax
public interface IIntMinMaxSlider
Properties
maxValue
Declaration
int maxValue { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
minValue
Declaration
int minValue { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
value
Declaration
int value { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
DrawInspectorGUI()
Declaration
void DrawInspectorGUI()