mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Make OpenXRActionMapEditor into EditorDock
This commit is contained in:
parent
5f12ada7a4
commit
0932e8d4b7
4 changed files with 20 additions and 10 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#include "openxr_select_interaction_profile_dialog.h"
|
||||
|
||||
#include "core/templates/hash_map.h"
|
||||
#include "editor/docks/editor_dock.h"
|
||||
#include "editor/editor_undo_redo_manager.h"
|
||||
#include "editor/plugins/editor_plugin.h"
|
||||
#include "scene/gui/box_container.h"
|
||||
|
|
@ -44,8 +45,8 @@
|
|||
#include "scene/gui/scroll_container.h"
|
||||
#include "scene/gui/tab_container.h"
|
||||
|
||||
class OpenXRActionMapEditor : public VBoxContainer {
|
||||
GDCLASS(OpenXRActionMapEditor, VBoxContainer);
|
||||
class OpenXRActionMapEditor : public EditorDock {
|
||||
GDCLASS(OpenXRActionMapEditor, EditorDock);
|
||||
|
||||
private:
|
||||
static HashMap<String, String> interaction_profile_editors; // interaction profile path, interaction profile editor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue