Steam
Properties | List of all members
LapinerTools.Steam.UI.SteamLeaderboardsScoreEntryNode.EntryDataSetEventArgs Class Reference

Inherits LapinerTools.Steam.Data.EventArgsBase.

Properties

LeaderboardsScoreEntry EntryData [get, set]
 The Steam data of the score entry. More...
 
SteamLeaderboardsScoreEntryNode EntryUI [get, set]
 The uGUI object reference of the score entry. Can be used to find children of customized UI e.g. replay button. More...
 
- Properties inherited from LapinerTools.Steam.Data.EventArgsBase
bool IsError [get, set]
 true, if an error has occured, false otherwise. More...
 
string ErrorMessage [get, set]
 Contains the error message if the EventArgsBase.IsError property is true. More...
 

Additional Inherited Members

- Public Member Functions inherited from LapinerTools.Steam.Data.EventArgsBase
 EventArgsBase ()
 
 EventArgsBase (EventArgsBase p_copyFromArgs)
 

Detailed Description

This is the argument of the SteamLeaderboardsUI.OnEntryDataSet event. Use the EntryDataSetEventArgs.EntryUI property to find children of your customized UI e.g. replay button. Use the ItemDataSetEventArgs.EntryData property to get Steam data of the score entry.

Property Documentation

◆ EntryData

LeaderboardsScoreEntry LapinerTools.Steam.UI.SteamLeaderboardsScoreEntryNode.EntryDataSetEventArgs.EntryData
getset

The Steam data of the score entry.

◆ EntryUI

SteamLeaderboardsScoreEntryNode LapinerTools.Steam.UI.SteamLeaderboardsScoreEntryNode.EntryDataSetEventArgs.EntryUI
getset

The uGUI object reference of the score entry. Can be used to find children of customized UI e.g. replay button.

The item U.


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