Class PlayerIdComponent
Inherited Members
Namespace: Unity.Services.Ugc.Bridge.ApiClient
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public class PlayerIdComponent : IPlayerId, IServiceComponent
Properties
PlayerId
Declaration
public string PlayerId { get; }
Property Value
Type | Description |
---|---|
string |
Events
PlayerIdChanged
Declaration
public event Action<string> PlayerIdChanged
Event Type
Type | Description |
---|---|
Action<string> |