Click or drag to resize

EditorPluginAddExportPlugin Method

Registers a new export plugin. Export plugins are used when the project is being exported. See EditorExportPlugin for more information.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void AddExportPlugin(
	EditorExportPlugin plugin
)

Parameters

plugin
Type: GodotEditorExportPlugin

[Missing <param name="plugin"/> documentation for "M:Godot.EditorPlugin.AddExportPlugin(Godot.EditorExportPlugin)"]

See Also