Click or drag to resize

EditorFeatureProfileLoadFromFile Method

Loads an editor feature profile from a file. The file must follow the JSON format obtained by using the feature profile manager's Export button or the SaveToFile(String) method.

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

Parameters

path
Type: SystemString

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

Return Value

Type: Error

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

See Also