annotation Tool
Overview
Marks a script class to execute in the editor as a tool script.
@[Tool]
class LevelEditorHelper < Godot::Node3D
end
Marks a script class to execute in the editor as a tool script.
@[Tool]
class LevelEditorHelper < Godot::Node3D
end