docs.unity3d.com
    Show / Hide Table of Contents

    Class TrophySystem.GetTrophyInfoRequest

    Get trophy information

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

    Properties

    TrophyData

    Obtained trophy records

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

    TrophyDetails

    Obtained trophy configuration data

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

    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