Class TrophySystem.TrophyData
Trophy record of a trophy
Namespace: Unity.PSN.PS5.Trophies
Syntax
public class TrophyData
Properties
TimeStamp
The time stamp of when the trophy was first unlocked, or 0 if the trophy has not been unlocked
Declaration
public DateTime TimeStamp { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
TrophyId
Trophy ID
Declaration
public int TrophyId { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Unlocked
Whether or not the trophy is unlocked
Declaration
public bool Unlocked { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |