🔧
Nice Settings Menu
  • 👋Welcome - Nice Settings Menu Documentation
  • 🔌Integration in your project
  • 🎮Key Mapping / Binding
    • 🎮Enhanced Input System
    • 🎮Old Input System
    • âŒ¨ī¸Key conflict settings (use same keys for inputs)
  • đŸ–ąī¸Nice Navigation System
    • đŸ–ąī¸Navigation Input Modes
    • đŸ–ąī¸Use outside of settings/pause menu
  • 📖Use Settings Menu in Main Menu
  • đŸŸĻSettings Menu widget
  • â¸ī¸Pause Menu widget
  • â¯ī¸Pause Menu - Set Game Paused
  • đŸ”ŗSettings Section
  • đŸ“ĻSettings Category Button
  • 🔹Different Setting Types
    • đŸŸĻOption Switcher
    • đŸŸĻToggler
    • đŸŸĻSlider
    • đŸŸĻKey Mapper
  • â†Šī¸Change setting default values
  • đŸ—ƒī¸Setting Presets with Overall Switcher
  • 🔊Audio/Sound Volume adjustments
  • đŸ–ąī¸Mouse Cursor Visibility on leaving Pause Menu
  • 🔅Add Lumen Setting
  • đŸ–Ĩī¸Confirm Alert
    • đŸ’ģUse Confirm Alert everywhere
  • đŸ“ēCreate your own theme
  • đŸ–ąī¸Sensitivity Mouse & Gamepad
  • âœˆī¸Seamless Server Travel
  • Disable the FPS counter
  • 🌍Localization / Languages
  • Troubleshooting: No inputs
  • Troubleshooting: Save/Load not working
  • âŦ†ī¸Update Guides
    • 🔃Update From v1.0 to v1.1
  • 🐞Bug Fixes
Powered by GitBook
On this page

Settings Menu widget

How to use this widget

This is a widget based on WB_Master_SettingsMenu. However, you never add this widget directly to your UI. Instead you add one of the child classes of this master widget. These contain actual content and these widgets are there in different themes:

  • WB_T0_SettingsMenu (only a framework)

  • WB_T1_SettingsMenu

  • WB_T2_SettingsMenu

  • WB_T3_SettingsMenu

These widgets represent the differnt themes, check Create your own theme if you want to modify the visual appearance.

You can just add any of these widgets to your UI. You would do this if you want to integrate the settings menu in your main menu or in another pause menu system (other than the one that is part of the Nice Settings Menu).

If you want to use the pause menu coming with this product, see Pause Menu widget

PreviousUse Settings Menu in Main MenuNextPause Menu widget

Last updated 3 months ago

đŸŸĻ