docs.unity3d.com
    Show / Hide Table of Contents

    Inputs

    Inputs components are used to get input from the user through UI controls. App UI provides a wide range of Input components that can be easily integrated into your Unity projects.

    Boolean Inputs

    Boolean inputs are used to get a boolean value from the user, typically through a checkbox or a toggle.

    Toggle

    In App UI, you can use the Checkbox element to create a checkbox, and the Toggle element to create a toggle.

    Selection Inputs

    Selection inputs are used to get a value from a list of pre-defined values.

    Dropdown

    In App UI, you can use the Dropdown element to create a dropdown list, and the RadioGroup element to create a radio button group.

    Color Inputs

    Color inputs are used for selecting colors.

    Color Picker

    Text Inputs

    Text inputs are used for entering text values.

    Text Field

    In App UI, you can use the TextField element to create a text field, and the TextArea element to create a text area.

    Numeric Inputs

    Although there are multiple data structure that implies numerical values. Also, the precision of the value can vary from one data structure to another. We aim to provide different version of our component in order to fit the needs of the user.

    Sliders

    Slider inputs are used for selecting a value from a range of values.

    Slider

    In App UI, you can use the SliderFloat element to create a slider. You can also use the SliderInt element to create a slider with integer values. For touch devices, you can use the TouchSliderFloat element to create a slider. You can also use the TouchSliderInt element to create a slider with integer values.

    Numerical Fields

    Numeric inputs are used for entering numerical values.

    Numeric Field

    Vectors

    Vector Field

    Rects and Bounds

    Rect Field

    Rect Field

    Expression Evaluation

    Expression Field

    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