Show / Hide Table of Contents

Interface IScore

Namespace: UnityEngine.SocialPlatforms
Assembly: UnityEngine.dll
Syntax
public interface IScore

Properties

| Improve this Doc View Source

date

Declaration
DateTime date { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

formattedValue

Declaration
string formattedValue { get; }
Property Value
Type Description
String
| Improve this Doc View Source

leaderboardID

Declaration
string leaderboardID { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

rank

Declaration
int rank { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

userID

Declaration
string userID { get; }
Property Value
Type Description
String
| Improve this Doc View Source

value

Declaration
long value { get; set; }
Property Value
Type Description
Int64

Methods

| Improve this Doc View Source

ReportScore(Action<Boolean>)

Declaration
void ReportScore(Action<bool> callback)
Parameters
Type Name Description
Action<Boolean> callback

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX