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