Click or drag to resize

EditorExportPluginAddIosCppCode Method

Adds a C++ code to the iOS export. The final code is created from the code appended by each active export plugin.

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

Parameters

code
Type: SystemString

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

See Also