• Home
  • Documentation
  • Guides
  • FAQ
  • Get Essential UI Pack
Search Results for

    Show / Hide Table of Contents
    • LlamaSoftware.UI
      • ButtonClickSoundPlayer
      • Draggable
      • EUIPButton
      • EUIPButton.ButtonLabelStyle
      • EUIPSlider
      • EUIPSlider.DisplayFormat
      • InputFieldSliderValueDisplay
      • MenuController
      • MultiValueToggle
      • MultiValueToggleArrow
      • MultiValueToggleArrow.OnPointerUpCallback
      • Page
      • Popover
      • ProgressBar
      • ScrollViewZoomFixer
      • SliderValueDisplay
      • SliderValueSetter
      • Spinner
      • UIAnimationConstants
      • UIAnimationConstants.Direction
      • UIAnimationConstants.EntryMode
    • LlamaSoftware.UI.Tabs
      • TabbedPanel
      • TabbedPanel.ChangeTabEvent
      • TabbedPanelContent
      • TabbedPanelHeader
    • LlamaSoftware.UI.Utility
      • CornersUIGradient
      • RotatableLinearUIGradient
      • SimpleProgressBar
      • TextUpdatingProgressBar
      • UIGradientUtils
      • UIGradientUtils.Matrix2x3

    Class InputFieldSliderValueDisplay

    Sets the value of this TMP_InputField to the value received from a Slider. Attach this to a TMP_InputField, bind the OnChange event of a Slider to call SetValue.

    Inheritance
    System.Object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    InputFieldSliderValueDisplay
    Namespace: LlamaSoftware.UI
    Assembly: LlamaSoftware.UI.dll
    Syntax
    [RequireComponent(typeof(TMP_InputField))]
    [Obsolete("InputFieldSliderValueDisplay is no longer required. Use EUIPSlider that includes this functionality out of the box without any manual input.")]
    public class InputFieldSliderValueDisplay : MonoBehaviour

    Fields

    Decimals

    Number of decimals to display in the InputField

    Declaration
    public int Decimals
    Field Value
    Type Description
    System.Int32

    Methods

    SetValue(Single)

    Bind this to the OnChange event of a Slider. Sets the value of the InputField to the received value.

    Declaration
    public void SetValue(float value)
    Parameters
    Type Name Description
    System.Single value

    Value to display

    In This Article
    Back to top Generated by DocFX