Class AN_LeaderboardScore
Inheritance
System.Object
AN_LeaderboardScore
Namespace: SA.Android.GMS.Games
Assembly: cs.temp.dll.dll
Syntax
public class AN_LeaderboardScore : AN_LinkedObject
Properties
DisplayRank
Retrieves a formatted string to display for this rank.
Declaration
public string DisplayRank { get; }
Property Value
Type | Description |
---|---|
System.String |
DisplayScore
Retrieves a formatted string to display for this score.
Declaration
public string DisplayScore { get; }
Property Value
Type | Description |
---|---|
System.String |
Rank
Retrieves the rank returned from the server for this score.
Declaration
public long Rank { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
RawScore
Retrieves the raw score value.
Declaration
public long RawScore { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
ScoreHolder
Retrieves the player that scored this particular score.
Declaration
public AN_Player ScoreHolder { get; }
Property Value
Type | Description |
---|---|
AN_Player |
ScoreHolderDisplayName
Retrieves the name to display for the player who scored this score.
Declaration
public string ScoreHolderDisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
ScoreHolderHiResImageUri
Retrieves the URI of the hi-res image to display for the player who scored this score.
Declaration
public string ScoreHolderHiResImageUri { get; }
Property Value
Type | Description |
---|---|
System.String |
ScoreHolderIconImageUri
Retrieves the URI of the icon image to display for the player who scored this score.
Declaration
public string ScoreHolderIconImageUri { get; }
Property Value
Type | Description |
---|---|
System.String |
ScoreTag
Retrieve the optional score tag associated with this score, if any.
Declaration
public string ScoreTag { get; }
Property Value
Type | Description |
---|---|
System.String |
TimestampMillis
Retrieves the timestamp (in milliseconds from epoch) at which this score was achieved.
Declaration
public long TimestampMillis { get; }
Property Value
Type | Description |
---|---|
System.Int64 |