Unravel Engine C++ Reference
Loading...
Searching...
No Matches
panels_defs.h
Go to the documentation of this file.
1#pragma once
3
4#define CONSOLE_VIEW ICON_MDI_CONSOLE_LINE " Console"
5#define SCENE_VIEW ICON_MDI_GRID " Scene"
6
7#define GAME_VIEW ICON_MDI_CONTROLLER_CLASSIC " Game"
8#define CONTENT_VIEW ICON_MDI_FOLDER " Content"
9#define HIERARCHY_VIEW ICON_MDI_FORMAT_LIST_BULLETED_TYPE " Hierarchy"
10#define INSPECTOR_VIEW ICON_MDI_INFORMATION " Inspector"
11#define DEPLOY_VIEW "Deploy Project"
12#define PROJECT_SETTINGS_VIEW "Project Settings"
13#define EDITOR_SETTINGS_VIEW "Editor Settings"
14
15#define LAYOUTS_VIEW ICON_MDI_VIEW_DASHBOARD " Layouts"
16
17#define ANIMATION_VIEW " Animation"
18#define MCP_VIEW ICON_MDI_CONSOLE_NETWORK " MCP Server"
19#define PROFILER_VIEW ICON_MDI_CHART_BAR " Profiler"