v2.0.0
Latest
2021.3+
Class AddLeaderboardScore
AddLeaderboardScore model
Namespace: Unity.Services.Leaderboards.Internal.Models
Syntax
[Preserve]
public class AddLeaderboardScore
Constructors
AddLeaderboardScore(Double, Object, String)
Creates an instance of AddLeaderboardScore.
Declaration
[Preserve]
public AddLeaderboardScore(double score, object metadata = null, string versionId = null)
Parameters
Type | Name | Description |
---|---|---|
Double | score | score param |
Object | metadata | metadata param |
String | versionId | versionId param |
Properties
Metadata
Parameter metadata of AddLeaderboardScore
Declaration
[Preserve]
public object Metadata { get; }
Property Value
Type | Description |
---|---|
Object |
Score
Parameter score of AddLeaderboardScore
Declaration
[Preserve]
public double Score { get; }
Property Value
Type | Description |
---|---|
Double |
VersionId
Parameter versionId of AddLeaderboardScore
Declaration
[Preserve]
public string VersionId { get; }
Property Value
Type | Description |
---|---|
String |