Class TrophySystem.TrophyDetails
Trophy configuration data of a trophy
Namespace: Unity.PSN.PS5.Trophies
Syntax
public class TrophyDetails
Properties
Description
Description of the trophy
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| String |
GroupId
Trophy group ID to which this trophy belongs
Declaration
public int GroupId { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
HasReward
Whether reward data is included. If true Reward
Declaration
public bool HasReward { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Hidden
Is trophy hidden
Declaration
public bool Hidden { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Reward
Reward data. Only contains data if HasReward is true
Declaration
public string Reward { get; }
Property Value
| Type | Description |
|---|---|
| String |
Title
Name of the trophy
Declaration
public string Title { get; }
Property Value
| Type | Description |
|---|---|
| String |
TrophyGrade
Grade of the trophy
Declaration
public int TrophyGrade { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
TrophyId
Trophy ID
Declaration
public int TrophyId { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |