RSX Code Reference
    Preparing search index...
    • rsx
    • UINavGroup

    Class UINavGroup

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

    Index
    • Parameters

      • OptionalisInternalConstructor: boolean

      Returns UINavGroup

    • get isLooping(): boolean

      Returns boolean

    • 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.