docs.unity3d.com
    Show / Hide Table of Contents

    Class TrophySystem.TrophyGameData

    Trophy record of a trophy set

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

    Properties

    ProgressPercentage

    Degree of progress toward unlocking the trophy (%)

    Declaration
    public uint ProgressPercentage { get; }
    Property Value
    Type Description
    UInt32

    UnlockedBronze

    Number of unlocked bronze trophies

    Declaration
    public uint UnlockedBronze { get; }
    Property Value
    Type Description
    UInt32

    UnlockedGold

    Number of unlocked gold trophies

    Declaration
    public uint UnlockedGold { get; }
    Property Value
    Type Description
    UInt32

    UnlockedPlatinum

    Number of unlocked platinum trophies

    Declaration
    public uint UnlockedPlatinum { get; }
    Property Value
    Type Description
    UInt32

    UnlockedSilver

    Number of unlocked silver trophies

    Declaration
    public uint UnlockedSilver { get; }
    Property Value
    Type Description
    UInt32

    UnlockedTrophies

    Number of unlocked trophies

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