Click or drag to resize

EditorFeatureProfileSaveToFile Method

Saves the editor feature profile to a file in JSON format. It can then be imported using the feature profile manager's Import button or the LoadFromFile(String) button.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public Error SaveToFile(
	string path
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Godot.EditorFeatureProfile.SaveToFile(System.String)"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.EditorFeatureProfile.SaveToFile(System.String)"]

See Also