1 2 3 4 5 6 7 8 9
using Godot; using Godot.Collections; [Tool] public partial class ExportDiagnostics_GD0109 : Node { [Export, ExportToolButton("")] public Callable {|GD0109:MyButton|}; }