Show / Hide Table of Contents

Class UM_LoadLeaderboardsMetaResult

Object that represent leaderboards loading result

Inheritance
System.Object
UM_LoadLeaderboardsMetaResult
Namespace: SA.CrossPlatform.GameServices
Assembly: cs.temp.dll.dll
Syntax
public class UM_LoadLeaderboardsMetaResult : SA_Result

Constructors

UM_LoadLeaderboardsMetaResult(SA_Error)

Declaration
public UM_LoadLeaderboardsMetaResult(SA_Error erorr)
Parameters
Type Name Description
SA_Error erorr

UM_LoadLeaderboardsMetaResult(List<UM_iLeaderboard>)

Declaration
public UM_LoadLeaderboardsMetaResult(List<UM_iLeaderboard> leaderboards)
Parameters
Type Name Description
System.Collections.Generic.List<UM_iLeaderboard> leaderboards

Properties

Leaderboards

Loaded Leaderboards meta.

Declaration
public List<UM_iLeaderboard> Leaderboards { get; }
Property Value
Type Description
System.Collections.Generic.List<UM_iLeaderboard>
In This Article
Back to top Generated by DocFX