Show / Hide Table of Contents

Interface UM_iLeaderboard

Data interface for leaderboard metadata.

Namespace: SA.CrossPlatform.GameServices
Assembly: cs.temp.dll.dll
Syntax
public interface UM_iLeaderboard

Properties

Identifier

Retrieves the Identifier of this leaderboard.

Declaration
string Identifier { get; }
Property Value
Type Description
System.String

Title

The localized title for the leaderboard.

Declaration
string Title { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX