v1.2.1
Latest
2020.3+

Class PlayerProfile

A player's profile data from the Social Profile service.

Inheritance
PlayerProfile
Namespace: Unity.Services.Lobbies.Models
Syntax
[Preserve]
public class PlayerProfile

Constructors

PlayerProfile(String)

A player's profile data from the Social Profile service.

Declaration
[Preserve]
public PlayerProfile(string name = null)
Parameters
TypeNameDescription
Stringname

The player's name.

Properties

Name

The player's name.

Declaration
[Preserve]
public string Name { get; }
Property Value
TypeDescription
String