[CustomNodeEditor(typeof(MathNode), "Math")] public class AddNodeEditor : NodeEditor { public override void OnNodeGUI() { base.OnNodeGUI(); } }