Class TerrainFloatMinMaxValue | Terrain Tools | 3.0.2-preview.3
docs.unity3d.com
    Show / Hide Table of Contents

    Class TerrainFloatMinMaxValue

    Inheritance
    Object
    TerrainFloatMinMaxValue
    Namespace: Global Namespace
    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
    Type Name Description
    GUIContent label
    Single value
    Single minValue
    Single maxValue
    Boolean editRange

    TerrainFloatMinMaxValue(GUIContent, Single, Single, Single, Boolean, Single)

    Declaration
    public TerrainFloatMinMaxValue(GUIContent label, float value, float minValue, float maxValue, bool editRange, float mouseSensitivity)
    Parameters
    Type Name Description
    GUIContent label
    Single value
    Single minValue
    Single maxValue
    Boolean editRange
    Single mouseSensitivity

    Properties

    maxClamp

    Declaration
    public float maxClamp { get; set; }
    Property Value
    Type Description
    Single

    maxValue

    Declaration
    public float maxValue { get; set; }
    Property Value
    Type Description
    Single
    Implements
    IFloatMinMaxSlider.maxValue

    minClamp

    Declaration
    public float minClamp { get; set; }
    Property Value
    Type Description
    Single

    minValue

    Declaration
    public float minValue { get; set; }
    Property Value
    Type Description
    Single
    Implements
    IFloatMinMaxSlider.minValue

    mouseSensitivity

    Declaration
    public float mouseSensitivity { get; set; }
    Property Value
    Type Description
    Single

    shouldClampMax

    Declaration
    public bool shouldClampMax { get; set; }
    Property Value
    Type Description
    Boolean

    shouldClampMin

    Declaration
    public bool shouldClampMin { get; set; }
    Property Value
    Type Description
    Boolean

    value

    Declaration
    public float value { get; set; }
    Property Value
    Type Description
    Single
    Implements
    IFloatMinMaxSlider.value

    wrapValue

    Declaration
    public bool wrapValue { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    DrawInspectorGUI()

    Declaration
    public void DrawInspectorGUI()
    Implements
    IFloatMinMaxSlider.DrawInspectorGUI()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023