docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum UpdateType

    The Update Type of the leaderboard, currently limited to Keep Best Score (keepBest), Keep Latest Score (keepLatest) or Keep Total Score (aggregate). This determines how to handle new scores that players submit.

    Namespace: Unity.Services.Apis.Admin.Leaderboards
    Assembly: Unity.Services.Apis.dll
    Syntax
    [JsonConverter(typeof(StringEnumConverter))]
    public enum UpdateType

    Fields

    Name Description
    Aggregate

    Enum Aggregate for value: aggregate

    KeepBest

    Enum KeepBest for value: keepBest

    KeepLatest

    Enum KeepLatest for value: keepLatest

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)