Class TrophySystem.TrophyGameData
Trophy record of a trophy set
Namespace: Unity.PSN.PS5.Trophies
Syntax
public class TrophyGameData
Properties
ProgressPercentage
Degree of progress toward unlocking the trophy (%)
Declaration
public uint ProgressPercentage { get; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
UnlockedBronze
Number of unlocked bronze trophies
Declaration
public uint UnlockedBronze { get; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
UnlockedGold
Number of unlocked gold trophies
Declaration
public uint UnlockedGold { get; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
UnlockedPlatinum
Number of unlocked platinum trophies
Declaration
public uint UnlockedPlatinum { get; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
UnlockedSilver
Number of unlocked silver trophies
Declaration
public uint UnlockedSilver { get; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
UnlockedTrophies
Number of unlocked trophies
Declaration
public uint UnlockedTrophies { get; }
Property Value
| Type | Description |
|---|---|
| UInt32 |