Steam
Classes | Public Attributes | List of all members
LapinerTools.Steam.UI.SteamWorkshopUIBrowse.SortingConfig Class Reference

Defines the available item list sorting modes. Used to generate the sort modes dropdown. See SteamWorkshopMain.Sorting for more details. More...

Classes

class  Option
 Defines a certain item list sort mode. Used to generate a sort mode dropdown entry. See SteamWorkshopMain.Sorting for more details. More...
 

Public Attributes

uMyGUI_Dropdown DROPDOWN = null
 A reference to the uMyGUI.uMyGUI_Dropdown component, which will be initialized with SteamWorkshopUIBrowse.DEFAULT_SORT_MODE and SteamWorkshopUIBrowse.OPTIONS. More...
 
int DEFAULT_SORT_MODE = 0
 The index of the default selected sort mode. More...
 
Option [] OPTIONS = new Option[0]
 This array contains all available sort mode options, which will be visible in the sort mode selection dropdown. More...
 

Detailed Description

Defines the available item list sorting modes. Used to generate the sort modes dropdown. See SteamWorkshopMain.Sorting for more details.

Member Data Documentation

◆ DEFAULT_SORT_MODE

int LapinerTools.Steam.UI.SteamWorkshopUIBrowse.SortingConfig.DEFAULT_SORT_MODE = 0

The index of the default selected sort mode.

◆ DROPDOWN

uMyGUI_Dropdown LapinerTools.Steam.UI.SteamWorkshopUIBrowse.SortingConfig.DROPDOWN = null

A reference to the uMyGUI.uMyGUI_Dropdown component, which will be initialized with SteamWorkshopUIBrowse.DEFAULT_SORT_MODE and SteamWorkshopUIBrowse.OPTIONS.

◆ OPTIONS

Option [] LapinerTools.Steam.UI.SteamWorkshopUIBrowse.SortingConfig.OPTIONS = new Option[0]

This array contains all available sort mode options, which will be visible in the sort mode selection dropdown.


The documentation for this class was generated from the following file: