ShowSpecificLeaderboard

Description

Shows a single game leaderboard.

Declaration

public static void ShowSpecificLeaderboard(LeaderboardNames leaderboardName)

Parameters

Example

public class Test : MonoBehaviour
{
    public void ShowLeaderboard()
    {
        Gley.GameServices.API.ShowSpecificLeaderboard(LeaderboardNames.HighestJumpers);
    }
}

Last updated