v2.0.0
Latest
2021.3+

Class LeaderboardsEditorGameService

Inheritance
LeaderboardsEditorGameService
Namespace: Unity.Services.Leaderboards.Settings
Syntax
public class LeaderboardsEditorGameService : IEditorGameService

Properties

Enabler

Declaration
public IEditorGameServiceEnabler Enabler { get; }
Property Value
TypeDescription
IEditorGameServiceEnabler
Implements

HasDashboard

Declaration
public bool HasDashboard { get; }
Property Value
TypeDescription
Boolean
Implements

Identifier

Declaration
public IEditorGameServiceIdentifier Identifier { get; }
Property Value
TypeDescription
IEditorGameServiceIdentifier
Implements

Name

Declaration
public string Name { get; }
Property Value
TypeDescription
String
Implements

RequiresCoppaCompliance

Declaration
public bool RequiresCoppaCompliance { get; }
Property Value
TypeDescription
Boolean
Implements

Methods

GetFormattedDashboardUrl()

Declaration
public string GetFormattedDashboardUrl()
Returns
TypeDescription
String
Implements