Class TrophySystem.TrophyGroupDetails
Trophy configuration data of a trophy group
Namespace: Unity.PSN.PS5.Trophies
Syntax
public class TrophyGroupDetails
Properties
GroupId
Trophy group ID
Declaration
public int GroupId { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
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 |
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 group
Declaration
public string Title { get; }
Property Value
| Type | Description |
|---|---|
| String |