ILeaderboardEntryDisplay
Introduction
Fields and Attributes
Entry
public LeaderboardEntry Entry { get; set; }Last updated

Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
Used by the Leaderboard UI List when instantiating records. This can be inherited from to create custom Leaderboard Entry Display's similar to the Leaderboard Display Entry provided in the asset.
public LeaderboardEntry Entry { get; set; }This will be set by the Leaderboard UI List when instantiating a record and should update the UI elements of the entry accordingly.
Last updated