Class TerrainIntMinMaxValue
Inheritance
TerrainIntMinMaxValue
Syntax
[Serializable]
public class TerrainIntMinMaxValue : IIntMinMaxSlider
Constructors
TerrainIntMinMaxValue(GUIContent, Int32, Int32, Int32)
Declaration
public TerrainIntMinMaxValue(GUIContent label, int value, int minValue, int maxValue)
Parameters
Properties
label
Declaration
public GUIContent label { get; set; }
Property Value
maxValue
Declaration
public int maxValue { get; set; }
Property Value
Implements
minValue
Declaration
public int minValue { get; set; }
Property Value
Implements
value
Declaration
public int value { get; set; }
Property Value
Implements
Methods
DrawInspectorGUI()
Declaration
public void DrawInspectorGUI()
Implements