Interface IEditorGameServiceRegistry
A container to store all available IEditorGameService
Namespace: Unity.Services.Core.Editor
Syntax
public interface IEditorGameServiceRegistry
Methods
GetEditorGameService<T>()
Method to get a service with a specific identifier
Declaration
IEditorGameService GetEditorGameService<T>()
where T : struct, IEditorGameServiceIdentifier
Returns
Type | Description |
---|---|
IEditorGameService | The IEditorGameServiceyou are trying to get |
Type Parameters
Name | Description |
---|---|
T | The type of IEditorGameServiceIdentifier to use when getting |