docs.unity3d.com
    Show / Hide Table of Contents

    Class TrophySystem.TrophyGroupData

    Trophy record of a trophy group

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

    Properties

    GroupId

    rophy group ID

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

    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