Page cover image

ILeaderboardEntryDisplay

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

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.

Fields and Attributes

Entry

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