mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Decouple EditorInterface from EditorPlugin
- Simplify some includes in the process. - Also exposes EditorInterface.movie_maker_enabled as a property.
This commit is contained in:
@@ -532,7 +532,7 @@
|
||||
<method name="get_editor_interface">
|
||||
<return type="EditorInterface" />
|
||||
<description>
|
||||
Returns the [EditorInterface] object that gives you control over Godot editor's window and its functionalities.
|
||||
Returns the [EditorInterface] singleton. It provides access to some parts of the editor GUI as well as various inner states and tools.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_export_as_menu">
|
||||
|
||||
Reference in New Issue
Block a user