Enum Leaderboards.BoardFields.Flags
Flags used for Board properties
Namespace: Unity.PSN.PS5.Leaderboard
Syntax
[Flags]
public enum Flags
Fields
| Name | Description |
|---|---|
| Default | A typical set of flags when retrieving player sesssion data |
| EntryLimit | The session id is used |
| LargeDataNumLimit | Date and time of creation of the Player Session |
| LargeDataSizeLimit | Maximum number of members who can join a Player Session as players |
| MaxScoreLimit | Maximum number of members who can join a Player Session as spectators |
| MinScoreLimit | Participating members (including players and spectators) |
| NotSet | Not set |
| SortMode | Members participating as players |
| UpdateMode | Members participating as spectators |