Leaderboard Entry UI Record
Like what your seeing?
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!
Introduction
A simple implementation of the ILeaderboardEntryDisplay interface.
Fields and Attributes
Avatar
A SetUserAvatar reference which will be used to display this record's owner's avatar.
User Name
A TMProSetUserName reference which will be used to display this record's owner's name.
Score
A TextMesh Pro label reference that will be used to display the record's owner's score.
Rank
A TextMesh Pro label reference that will be used to display the record's owner's rank.
Entry
From the ILeaderboardEntryDisplay interface and is used by the Leaderboard UI List to set the entry that this object will represent and thus updating all the UI elements.
Last updated