Class UIToggleGroup

Object that allows you to group multiple UI toggle buttons. Only one button among the grouped ones can be active.

Hierarchy

  • FrameworkObject
    • UIToggleGroup

Constructors

Constructors

  • Create a toggle group.

    Parameters

    • OptionalallowAllOff: boolean

      Whether all toogles can be off simultaneously.

    • OptionalisInternalConstructor: boolean

    Returns UIToggleGroup