Merge pull request #37888 from Calinou/doc-editor-only-singletons

Document how some editor classes should be accessed as singletons only
This commit is contained in:
Rémi Verschelde
2020-04-23 12:06:06 +02:00
committed by GitHub
7 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,7 @@
</brief_description>
<description>
The editor inspector is by default located on the right-hand side of the editor. It's used to edit the properties of the selected node. For example, you can select a node such as the Sprite2D then edit its transform through the inspector tool. The editor inspector is an essential tool in the game development workflow.
[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access the singleton using [method EditorInterface.get_inspector].
</description>
<tutorials>
</tutorials>