VisualScriptEditorSingleton.removeCustomNode

Remove a custom Visual Script node from the editor. Custom nodes already placed on scripts won't be removed.

struct VisualScriptEditorSingleton
@nogc nothrow
void
removeCustomNode
(
in String name
,
in String category
)

Meta