Class EditorGameServiceDashboardHelper
Used by IEditorGameService to simplify operations related to the dashboard
Namespace: Unity.Services.Core.Editor
Syntax
public static class EditorGameServiceDashboardHelper
Methods
OpenDashboard(IEditorGameService)
Opens the dashboard of the IEditorGameService
Declaration
public static void OpenDashboard(this IEditorGameService editorGameService)
Parameters
Type | Name | Description |
---|---|---|
IEditorGameService | editorGameService | The IEditorGameService who's dashboard should open |