TimeAnalog

Options

  • Interactable bool

    User can interact with this widget.

  • Current Time As Default bool

    • Time TimeSpan (string in Inspector window)

  • Time Min TimeSpan (string in Inspector window)

    Minimal selectable time.

  • Time Max TimeSpan (string in Inspector window)

    Maximum selectable time.

  • Slider CircularSlider

    Time slider.

  • Step int

    Time step at minutes.

  • AMPM Button Button

    Button to toggle AM/PM.

  • AMPM Text TextAdapter

    Text to display AM/PM.

  • Hours Labels List<GameObject>

    Hours labels, required for the styles support.

Events

  • OnTimeChanged UnityEvent<TimeSpan>

    The event raised when time changed.

    Arguments: selected time.