Class Player
Player model
Namespace: Unity.Services.Friends.Models
Syntax
public class Player
Constructors
Player(String)
Creates an instance of a Player.
Declaration
public Player(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| String | id | id of the player |
Properties
Id
Identifier of the player.
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| String |