mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Document how some editor classes should be accessed as singletons only
This closes #37687.
(cherry picked from commit a225265b0a)
This commit is contained in:
committed by
Rémi Verschelde
parent
3bd5fc2e5e
commit
f3cd7e3808
@@ -11,6 +11,7 @@
|
||||
settings.get(prop)
|
||||
list_of_settings = settings.get_property_list()
|
||||
[/codeblock]
|
||||
[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access the singleton using [method EditorInterface.get_editor_settings].
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
||||
Reference in New Issue
Block a user