Daily Godot Tip #28: You can group your exported variables into toggleable sections to make them a bit cleaner (and a similar structure to the built in variables)
Daily Godot Tip #28: You can group your exported variables into toggleable sections to make them a bit cleaner (and a similar structure to the built in variables)
![](https://lemdro.id/pictrs/image/591b52d4-bb42-485c-be28-02b32d27b022.png?format=webp&thumbnail=128)
![](https://lemdro.id/pictrs/image/591b52d4-bb42-485c-be28-02b32d27b022.png?format=webp)
@export_group("Text") is used to make a group and you can break out of the group using @export_group("")