Page cover image

ILeaderboardEntryDisplay

Like what your seeing?

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