Class TerrainFloatMinMaxValue
Inheritance
TerrainFloatMinMaxValue
Syntax
[Serializable]
public class TerrainFloatMinMaxValue : IFloatMinMaxSlider
Constructors
TerrainFloatMinMaxValue(GUIContent, Single, Single, Single, Boolean)
Declaration
public TerrainFloatMinMaxValue(GUIContent label, float value, float minValue, float maxValue, bool editRange = true)
Parameters
TerrainFloatMinMaxValue(GUIContent, Single, Single, Single, Boolean, Single)
Declaration
public TerrainFloatMinMaxValue(GUIContent label, float value, float minValue, float maxValue, bool editRange, float mouseSensitivity)
Parameters
Properties
maxClamp
Declaration
public float maxClamp { get; set; }
Property Value
maxValue
Declaration
public float maxValue { get; set; }
Property Value
Implements
minClamp
Declaration
public float minClamp { get; set; }
Property Value
minValue
Declaration
public float minValue { get; set; }
Property Value
Implements
mouseSensitivity
Declaration
public float mouseSensitivity { get; set; }
Property Value
shouldClampMax
Declaration
public bool shouldClampMax { get; set; }
Property Value
shouldClampMin
Declaration
public bool shouldClampMin { get; set; }
Property Value
value
Declaration
public float value { get; set; }
Property Value
Implements
wrapValue
Declaration
public bool wrapValue { get; set; }
Property Value
Methods
DrawInspectorGUI()
Declaration
public void DrawInspectorGUI()
Implements