Interface IEditorGameServiceIdentifier
Interface used to identify services
Namespace: Unity.Services.Core.Editor
Assembly: Unity.Services.Core.Editor.dll
Syntax
public interface IEditorGameServiceIdentifier
  Methods
GetKey()
The key used to identify a service. Used when registering/fetching a service to/from the IEditorGameServiceRegistry
Declaration
string GetKey()
  Returns
| Type | Description | 
|---|---|
| string | The key for the service  |