docs.unity.cn
    Show / Hide Table of Contents

    Class PlayerProfile

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

    Inheritance
    Object
    PlayerProfile
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    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
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, August 7, 2023