Allow changing feature profile via EditorInterface
This commit is contained in:
@ -51,6 +51,7 @@
|
||||
<param index="0" name="path" type="String" />
|
||||
<description>
|
||||
Loads an editor feature profile from a file. The file must follow the JSON format obtained by using the feature profile manager's [b]Export[/b] button or the [method save_to_file] method.
|
||||
[b]Note:[/b] Feature profiles created via the user interface are loaded from the [code]feature_profiles[/code] directory, as a file with the [code].profile[/code] extension. The editor configuration folder can be found by using [method EditorPaths.get_config_dir].
|
||||
</description>
|
||||
</method>
|
||||
<method name="save_to_file">
|
||||
@ -58,6 +59,7 @@
|
||||
<param index="0" name="path" type="String" />
|
||||
<description>
|
||||
Saves the editor feature profile to a file in JSON format. It can then be imported using the feature profile manager's [b]Import[/b] button or the [method load_from_file] method.
|
||||
[b]Note:[/b] Feature profiles created via the user interface are saved in the [code]feature_profiles[/code] directory, as a file with the [code].profile[/code] extension. The editor configuration folder can be found by using [method EditorPaths.get_config_dir].
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_disable_class">
|
||||
|
||||
Reference in New Issue
Block a user