Interface IEditorGameServiceEnabler
An interface to allow you to control the enablement state of a service.
Namespace: Unity.Services.Core.Editor
Assembly: Unity.Services.Core.Editor.dll
Syntax
public interface IEditorGameServiceEnabler
Methods
Disable()
Disables service.
Declaration
void Disable()
Enable()
Enables the service
Declaration
void Enable()
IsEnabled()
Gets the enablement status of the service
Declaration
bool IsEnabled()
Returns
Type | Description |
---|---|
bool | The status of the service |