Function VisualScriptEditorSingleton.removeCustomNode

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

void removeCustomNode (
  const(String) name,
  const(String) category
) nothrow @nogc;