docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IPlayerNameComponent

    Contract for objects providing information with the player name for currently signed in player.

    Namespace: Unity.Services.Authentication.Internal
    Assembly: Unity.Services.Core.Internal.dll
    Syntax
    [RequireImplementors]
    public interface IPlayerNameComponent : IServiceComponent

    Properties

    PlayerName

    The name of the player.

    Declaration
    string PlayerName { get; }
    Property Value
    Type Description
    string

    Events

    PlayerNameChanged

    Event raised when the player name changed.

    Declaration
    event Action<string> PlayerNameChanged
    Event Type
    Type Description
    Action<string>
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)