Class TrophySystem.GetTrophyGroupIconRequest
Get trophy group still-image icon
Namespace: Unity.PSN.PS5.Trophies
Syntax
public class GetTrophyGroupIconRequest : Request
Properties
GroupId
Group Id
Declaration
public int GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Icon
Obtained icon data
Declaration
public TrophySystem.Icon Icon { get; }
Property Value
| Type | Description |
|---|---|
| TrophySystem.Icon |
UserId
User Id
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()