Class TrophySystem.TrophyGameDetails
Trophy configuration data of a trophy set
Namespace: Unity.PSN.PS5.Trophies
Syntax
public class TrophyGameDetails
Properties
NumBronze
Defined total number of bronze trophies
Declaration
public uint NumBronze { get; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
NumGold
Defined total number of gold trophies
Declaration
public uint NumGold { get; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
NumGroups
Defined total number of trophy groups
Declaration
public uint NumGroups { get; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
NumPlatinum
Defined total number of platinum trophies
Declaration
public uint NumPlatinum { get; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
NumSilver
Defined total number of silver trophies
Declaration
public uint NumSilver { get; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
NumTrophies
Defined total number of trophies
Declaration
public uint NumTrophies { get; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
Title
Name of the trophy set
Declaration
public string Title { get; }
Property Value
| Type | Description |
|---|---|
| String |