docs.unity3d.com
    Show / Hide Table of Contents

    Class TrophySystem.TrophyData

    Trophy record of a trophy

    Inheritance
    Object
    TrophySystem.TrophyData
    Namespace: Unity.PSN.PS5.Trophies
    Syntax
    public class TrophyData

    Properties

    TimeStamp

    The time stamp of when the trophy was first unlocked, or 0 if the trophy has not been unlocked

    Declaration
    public DateTime TimeStamp { get; }
    Property Value
    Type Description
    DateTime

    TrophyId

    Trophy ID

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

    Unlocked

    Whether or not the trophy is unlocked

    Declaration
    public bool Unlocked { get; }
    Property Value
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020