Class Leaderboards
The Leaderboards service provided by PSN provides multiple leaderboards onto which scores can be recorded for an application per user (player) and on which rankings are calculated.
Namespace: Unity.PSN.PS5.Leaderboard
Syntax
public class Leaderboards
Methods
Schedule(AsyncOp)
Schedule an AsyncOp by adding it to the internal Entitlements queue
Declaration
public static void Schedule(AsyncOp op)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncOp | op | The operation to schedule |