Click or drag to resize

EditorExportPluginAddSharedObject Method

Adds a shared object with the given tags and destination path.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void AddSharedObject(
	string path,
	string[] tags
)

Parameters

path
Type: SystemString

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

tags
Type: SystemString

[Missing <param name="tags"/> documentation for "M:Godot.EditorExportPlugin.AddSharedObject(System.String,System.String[])"]

See Also