Steam
Classes | Namespaces
SteamLeaderboardsScoreEntryNode.cs File Reference

Classes

class  LapinerTools.Steam.UI.SteamLeaderboardsScoreEntryNode
 The SteamLeaderboardsUI class will use the SteamLeaderboardsScoreEntryNode class to display single items in the list. The LeaderboardListEntry prefab has this script attached. The LeaderboardListEntry prefab is referenced by the SteamLeaderboard prefab. There are two options to customize the item UI:
1. Listen to SteamLeaderboardsUI.OnEntryDataSet 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 LeaderboardListEntry prefab to your deriving class. Override SteamLeaderboardsScoreEntryNode.uMyGUI_TreeBrowser_InitNode to apply your customization, e.g. new entries such as a replay button. More...
 
class  LapinerTools.Steam.UI.SteamLeaderboardsScoreEntryNode.EntryDataSetEventArgs
 
class  LapinerTools.Steam.UI.SteamLeaderboardsScoreEntryNode.SendMessageInitData
 Internal class used by SteamLeaderboardsUI to pass Steam score data to the SteamLeaderboardsScoreEntryNode class. More...
 

Namespaces

namespace  LapinerTools.Steam.UI