Click or drag to resize

EditorPluginRemoveAutoloadSingleton Method

Removes an Autoload name from the list.

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

Parameters

name
Type: SystemString

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

See Also