Added EditorCommandPalette

This commit is contained in:
Bhuvan Vemula
2021-05-29 18:58:16 +05:30
parent 504eb48214
commit a0a019a998
15 changed files with 576 additions and 59 deletions

View File

@@ -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.
</description>
</method>
<method name="get_command_palette" qualifiers="const">
<return type="EditorCommandPalette" />
<description>
</description>
</method>
<method name="get_current_path" qualifiers="const">
<return type="String" />
<description>