v1.2.1
Latest
2020.3+
Class PlayerProfile
A player's profile data from the Social Profile service.
Namespace: Unity.Services.Lobbies.Models
Syntax
[Preserve]
public class PlayerProfileConstructors
PlayerProfile(String)
A player's profile data from the Social Profile service.
Declaration
[Preserve]
public PlayerProfile(string name = null)Parameters
| Type | Name | Description | 
|---|---|---|
| String | name | The player's name.  | 
Properties
Name
The player's name.
Declaration
[Preserve]
public string Name { get; }Property Value
| Type | Description | 
|---|---|
| String |