Class PlayerProfile
A player's profile data from the Social Profile service.
Inheritance
object
PlayerProfile
Namespace: Unity.Services.Lobbies.Models
Assembly: solution.dll
Syntax
public class PlayerProfile
Constructors
PlayerProfile(string)
A player's profile data from the Social Profile service.
Declaration
public PlayerProfile(string name = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The player's name. |
Properties
Name
The player's name.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |