Show / Hide Table of Contents

Interface UM_iScore

An object containing information for a score that was earned by the player.

Namespace: SA.CrossPlatform.GameServices
Assembly: cs.temp.dll.dll
Syntax
public interface UM_iScore

Properties

Context

An integer value used by your game.

Declaration
ulong Context { get; }
Property Value
Type Description
System.UInt64

Date

The date and time when the score was earned.

Declaration
DateTime Date { get; }
Property Value
Type Description
DateTime

DateUnix

The Date field value as unix time stamp

Declaration
long DateUnix { get; }
Property Value
Type Description
System.Int64

Rank

The position of the score in the results of a leaderboard search.

Declaration
long Rank { get; }
Property Value
Type Description
System.Int64

Value

The score earned by the player.

Declaration
long Value { get; }
Property Value
Type Description
System.Int64
In This Article
Back to top Generated by DocFX