Modular 3D Text
  • ✉️Contact Support
  • ⭐Read me first
  • Introduction
    • ⚡Namespace
    • ⚡Assembly Definition
    • ⚡Scripting define symbol
    • 3D UI for XR
      • Internal documentation
  • Text
    • Modular 3D Text
      • Script documentation
        • UpdateText
        • MeshPostProcess
        • Internal Documentation
    • Text Updater
    • Fonts
      • Creating fonts
        • Troubleshoot
      • Letter
  • Input
    • Button/Key
      • Button Input System
      • Button Input Processor
    • Mouse/Touch
      • Raycast Selector
      • Raycast Input Processor
    • Troubleshoot
  • Modules
    • Modules
  • UI
    • List
      • Script documentation
    • Button
      • Script documentation
    • Toggle
      • Script documentation
    • Slider
      • Script documentation
        • UpdateValue
        • IncreaseValue
        • DecreaseValue
      • SliderHandle
    • Input Field
      • Script documentation
        • UpdateText
        • ContentType
    • Horizontal Selector
      • Script documentation
  • Layout System
  • Modules
  • Package Importer
  • Utility
    • UI States
    • Asset Settings
  • Version History
Powered by GitBook
On this page
  • IncreaseValue (int amount)
  • IncreaseValue (float amount)
  • IncreaseValue ()

Was this helpful?

  1. UI
  2. Slider
  3. Script documentation

IncreaseValue

Method in Slider.cs

IncreaseValue (int amount)

Increases slider's current value by the amount passed as a parameter.

IncreaseValue (float amount)

Increases the slider's current value by the amount passed as a parameter.

IncreaseValue ()

Can be called in Update() type settings to increase the slider's current value according to deltaTime and keyStep.

PreviousUpdateValueNextDecreaseValue

Last updated 1 year ago

Was this helpful?