Class AN_LeaderboardScoreBuffer
Containing LeaderboardScore data.
Inheritance
System.Object
AN_LeaderboardScoreBuffer
Namespace: SA.Android.GMS.Games
Assembly: cs.temp.dll.dll
Syntax
public class AN_LeaderboardScoreBuffer : AN_LinkedObject
Properties
Scores
List of the loaded scores
Declaration
public List<AN_LeaderboardScore> Scores { get; }
Property Value
Type | Description |
---|---|
List<AN_LeaderboardScore> | The scores. |