Class LeaderboardsService
The entry class to the Leaderboards service.
Inherited Members
Namespace: Unity.Services.Leaderboards
Assembly: Unity.Services.Leaderboards.dll
Syntax
public static class LeaderboardsService
Properties
Instance
The default singleton instance to access the Leaderboards service.
Declaration
public static ILeaderboardsService Instance { get; }
Property Value
Type | Description |
---|---|
ILeaderboardsService |
Exceptions
Type | Condition |
---|---|
ServicesInitializationException | This exception is thrown if the
has not finished before accessing the singleton.
|