Class UINavGroup

Contains a set of elements that can be navigated between using keyboard or gamepad buttons (i.e. the 'Tab' button)

Hierarchy

  • FrameworkObject
    • UINavGroup

Constructors

  • Parameters

    • OptionalisInternalConstructor: boolean

    Returns UINavGroup

Accessors

  • get isLooping(): boolean
  • Returns boolean

Methods

  • Sets the focus to the first element in the group.

    Returns void

  • Sets the focus to the last element in the group.

    Returns void

  • Sets the focus to the next element in the navigation order.

    Parameters

    • anchor: UIElement

      Element relative to which to determine the navigation. This is usually the currently focused element.

    Returns boolean

    true if the operation was successful, false if reached the end.