logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityLeaderboardViewInstallationStep

    Builds and registers leaderboard views (SO-authored board displays), then exposes the service as a view provider so a menu option or a ShowLeaderboardSignal can show one by id. Runs after cascade views; leaderboard views are independent top-level views like menus, composites and cascades.

    Inheritance
    object
    UnityLeaderboardViewInstallationStep
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Leaderboard.Installation.Installers
    Assembly: Serenity.UnityLeaderboard.Installation.dll
    Syntax
    public class UnityLeaderboardViewInstallationStep

    Constructors

    UnityLeaderboardViewInstallationStep()

    Declaration
    public UnityLeaderboardViewInstallationStep()

    Methods

    Install(IUnityInstallationContext)

    Builds the leaderboard-view installer, installs it and publishes its service.

    Declaration
    public UnityLeaderboardViewInstaller Install(IUnityInstallationContext installationContext)
    Parameters
    Type Name Description
    IUnityInstallationContext installationContext

    The composition root this step installs into.

    Returns
    Type Description
    UnityLeaderboardViewInstaller

    The installer, or null when an upstream step it depends on did not run.

    In this article
    © 2026 Serenity. All Rights Reserved