Click or drag to resize

EditorPluginRemoveCustomType Method

Removes a custom type added by AddCustomType(String, String, Script, Texture).

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

Parameters

type
Type: SystemString

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

See Also