docs.unity3d.com
    Show / Hide Table of Contents

    Class TrophySystem.GetTrophyIconRequest

    Get trophy still-image icon

    Inheritance
    Object
    Request
    TrophySystem.GetTrophyIconRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    Namespace: Unity.PSN.PS5.Trophies
    Syntax
    public class GetTrophyIconRequest : Request

    Properties

    Icon

    Obtained icon data

    Declaration
    public TrophySystem.Icon Icon { get; }
    Property Value
    Type Description
    TrophySystem.Icon

    TrophyId

    Trophy Id

    Declaration
    public int TrophyId { get; set; }
    Property Value
    Type Description
    Int32

    UserId

    User Id

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    Run()

    Declaration
    protected override void Run()
    Overrides
    Request.Run()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020