VisualScriptEditorSingleton.addCustomNode

Add a custom Visual Script node to the editor. It'll be placed under "Custom Nodes" with the category as the parameter.

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

Meta