Click or drag to resize

EditorExportPluginAddIosPlistContent Method

Adds content for iOS Property List files.

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

Parameters

plistContent
Type: SystemString

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

See Also