UI
  • COLLECTOR
    • Overview
    • Folder Structure
    • Getting Started
    • Example Usage
  • NUMBER
    • Overview
    • Folder Structure
    • Getting Started
    • Example Usage
  • TIME_RESOURCE
    • Overview
    • Folder Structure
    • Getting Started
    • Example Usage
  • SMART_BUTTON
    • Overview
    • Folder Structure
    • Getting Started
  • Contact
Powered by GitBook
On this page
  1. NUMBER

Example Usage

PreviousGetting StartedNextTIME_RESOURCE

Last updated 7 months ago

To understand how GSUINumberManager works, the easies way is take a look how number bar works in example. Example/Prefabs/NumberBars

GSUINumberHandler is connected with GSUINumberManger. You can setup which resource key you want to connect with this handler. You can also set animation duration time here. Then you can listen OnChange event from GSUINumberHandler, which passes formatted string. Check the code inside! And of course you can directly connect with GSUINumberManager in other use cases.