Click or drag to resize

VisualScriptEditor Class

[Missing <summary> documentation for "T:Godot.VisualScriptEditor"]

Inheritance Hierarchy
SystemObject
  GodotVisualScriptEditor

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public static class VisualScriptEditor

The VisualScriptEditor type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberSingleton
Top
Methods
  NameDescription
Public methodStatic memberAddCustomNode

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

Public methodStatic memberRemoveCustomNode

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

Top
See Also