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

    Class TerrainIntMinMaxValue

    Inheritance
    Object
    TerrainIntMinMaxValue
    Namespace: Global Namespace
    Syntax
    [Serializable]
    public class TerrainIntMinMaxValue : IIntMinMaxSlider

    Constructors

    TerrainIntMinMaxValue(GUIContent, Int32, Int32, Int32)

    Declaration
    public TerrainIntMinMaxValue(GUIContent label, int value, int minValue, int maxValue)
    Parameters
    Type Name Description
    GUIContent label
    Int32 value
    Int32 minValue
    Int32 maxValue

    Properties

    label

    Declaration
    public GUIContent label { get; set; }
    Property Value
    Type Description
    GUIContent

    maxValue

    Declaration
    public int maxValue { get; set; }
    Property Value
    Type Description
    Int32
    Implements
    IIntMinMaxSlider.maxValue

    minValue

    Declaration
    public int minValue { get; set; }
    Property Value
    Type Description
    Int32
    Implements
    IIntMinMaxSlider.minValue

    value

    Declaration
    public int value { get; set; }
    Property Value
    Type Description
    Int32
    Implements
    IIntMinMaxSlider.value

    Methods

    DrawInspectorGUI()

    Declaration
    public void DrawInspectorGUI()
    Implements
    IIntMinMaxSlider.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