docs.unity3d.com
    Show / Hide Table of Contents

    Class TrophySystem.GetGameInfoRequest

    Get trophy set information

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

    Properties

    GameData

    Obtained trophy records

    Declaration
    public TrophySystem.TrophyGameData GameData { get; set; }
    Property Value
    Type Description
    TrophySystem.TrophyGameData

    GameDetails

    Obtained trophy configuration

    Declaration
    public TrophySystem.TrophyGameDetails GameDetails { get; set; }
    Property Value
    Type Description
    TrophySystem.TrophyGameDetails

    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