Ategon@programming.devM to Godot@programming.dev · 1 year agoDaily 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)programming.devimagemessage-square0linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageDaily 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)programming.devAtegon@programming.devM to Godot@programming.dev · 1 year agomessage-square0linkfedilinkfile-text
@export_group(“Text”) is used to make a group and you can break out of the group using @export_group(“”)