Click or drag to resize

EditorExportPluginAddIosBundleFile Method

Adds an iOS bundle file from the given path to the exported project.

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

Parameters

path
Type: SystemString

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

See Also