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> |