Steam
Classes | Namespaces
SteamWorkshopItemNode.cs File Reference

Classes

class  LapinerTools.Steam.UI.SteamWorkshopItemNode
 The SteamWorkshopUIBrowse class will use the SteamWorkshopItemNode class to display single items in the list. The WorkshopItemListEntry prefab has this script attached. The WorkshopItemListEntry prefab is referenced by the SteamWorkshopItemBrowser prefab. There are two options to customize the item UI:
1. Listen to SteamWorkshopUIBrowse.OnItemDataSet event and modify UI when it is triggered.
2. Derive from this class to customize the item UI. Keep in mind to change the script component of the WorkshopItemListEntry prefab to your deriving class. Override SteamWorkshopItemNode.uMyGUI_TreeBrowser_InitNode to apply your customization, e.g. new entries such as highscores. More...
 
class  LapinerTools.Steam.UI.SteamWorkshopItemNode.ItemDataSetEventArgs
 
class  LapinerTools.Steam.UI.SteamWorkshopItemNode.SendMessageInitData
 Internal class used by SteamWorkshopUIBrowse to pass Steam item data to the SteamWorkshopItemNode class. More...
 

Namespaces

namespace  LapinerTools.Steam.UI