Click or drag to resize

EditorInterfaceEditResource Method

Edits the given Resource.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void EditResource(
	Resource resource
)

Parameters

resource
Type: GodotResource

[Missing <param name="resource"/> documentation for "M:Godot.EditorInterface.EditResource(Godot.Resource)"]

See Also