Static variables

@:native("Singleton")staticread onlySINGLETON:Object

Static methods

@:native("AddCustomNode")staticaddCustomNode(name:String, category:String, script:Script):Void

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

@:native("RemoveCustomNode")staticremoveCustomNode(name:String, category:String):Void

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