SwiftlyS2

MenuOptionScrollStyle

Enum MenuOptionScrollStyle

Namespace: SwiftlyS2.Shared.Menus

Assembly: SwiftlyS2.CS2.dll

Defines how the menu scrolls when navigating between options.

public enum MenuOptionScrollStyle

Fields

  • CenterFixed — The selection indicator always stays in the center position. Menu options scroll circularly around it, wrapping from bottom to top (e.g., ...7, 8, 1, 2, 3...).
  • LinearScroll — The selection indicator moves up and down through the visible menu area. The menu content stays fixed until the indicator reaches the edge.
  • WaitingCenter — The selection indicator moves until it reaches the center, then stays there. At the top and bottom edges, the indicator can move away from center.

On this page