v1.0.0
Latest
2022.3+
Class PlayerProfile
A player's profile data from the Social Profile service.
Inheritance
System.Object
PlayerProfile
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Lobbies.Models
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 |
---|---|---|
System.String | name | The player's name. |
Properties
Name
The player's name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |