From a0a019a99826d7afbe701a3157324e8ccc1edf80 Mon Sep 17 00:00:00 2001 From: Bhuvan Vemula Date: Sat, 29 May 2021 18:58:16 +0530 Subject: Added EditorCommandPalette --- doc/classes/EditorCommandPalette.xml | 31 +++++++++++++++++++++++++++++++ doc/classes/EditorInterface.xml | 5 +++++ 2 files changed, 36 insertions(+) create mode 100644 doc/classes/EditorCommandPalette.xml (limited to 'doc') diff --git a/doc/classes/EditorCommandPalette.xml b/doc/classes/EditorCommandPalette.xml new file mode 100644 index 0000000000..743c59eec2 --- /dev/null +++ b/doc/classes/EditorCommandPalette.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index 185b4f8c39..91e1dfbf57 100644 --- a/doc/classes/EditorInterface.xml +++ b/doc/classes/EditorInterface.xml @@ -30,6 +30,11 @@ Returns the main container of Godot editor's window. For example, you can use it to retrieve the size of the container and place your controls accordingly. + + + + + -- cgit v1.2.3