Class LeaderboardPlayerIds
LeaderboardPlayerIds
Inherited Members
Namespace: Unity.Services.Apis.Leaderboards
Assembly: solution.dll
Syntax
[Preserve]
public class LeaderboardPlayerIds
Constructors
LeaderboardPlayerIds(List<string>)
Initializes a new instance of the LeaderboardPlayerIds class.
Declaration
[Preserve]
public LeaderboardPlayerIds(List<string> playerIds = null)
Parameters
Type | Name | Description |
---|---|---|
List<string> | playerIds | playerIds. |
Properties
PlayerIds
Gets or Sets PlayerIds
Declaration
[Preserve]
public List<string> PlayerIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> |