From 7f2d36bf843fca339c0cadc5800ea0013b6eeff8 Mon Sep 17 00:00:00 2001 From: Fallayn Date: Thu, 12 Oct 2017 19:10:42 +0200 Subject: [PATCH] [DOCS] EditorInterface --- doc/classes/EditorInterface.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index 203c96516bc..23a937791c7 100644 --- a/doc/classes/EditorInterface.xml +++ b/doc/classes/EditorInterface.xml @@ -1,8 +1,10 @@ + Editor interface and main components. + Editor interface. Allows saving and (re-)loading scenes, rendering mesh previews, inspecting and editing resources and objects and provides access to [EditorSettings], [EditorFileSystem], [EditorResourcePreview]\ er, [ScriptEditor], the editor viewport, as well as information about scenes. Also see [EditorPlugin] and [EditorScript]. @@ -15,60 +17,70 @@ + Edits the given [Resource]. + Returns the base [Control]. + Returns the edited scene's root [Node]. + Returns the [EditorSettings]. + Returns the editor [Viewport]. + Returns an [Array] of the currently opened scenes. + Returns the [EditorFileSystem]. + Returns the [EditorResourcePreview]\ er. + Returns the [ScriptEditor]. + Returns the [EditorSelection]. @@ -79,6 +91,7 @@ + Shows the given property on the given [code]object[/code] in the Editor's Inspector dock. @@ -89,6 +102,7 @@ + Returns mesh previews rendered at the given size as an [Array] of [Texture]\ s. @@ -97,6 +111,7 @@ + Opens the scene at the given path. @@ -105,12 +120,14 @@ + Reloads the scene at the given path. + Saves the scene. Returns either OK or ERR_CANT_CREATE. See [@Global Scope] constants. @@ -121,6 +138,7 @@ + Saves the scene as a file at [code]path[/code].