Ategon@programming.devM to Godot@programming.dev · 6 个月前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)programming.devexternal-linkmessage-square4fedilinkarrow-up149arrow-down10file-text
arrow-up149arrow-down1external-linkDaily 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 · 6 个月前message-square4fedilinkfile-text
@export_group(“Text”) is used to make a group and you can break out of the group using @export_group(“”)
minus-squareMayonnaise@lemm.eelinkfedilinkarrow-up4·6 个月前Not included in their text, but it is in the screenshot. Probably helpful for you to point it out though, not everyone is going to read the code in the screenshot.
Not included in their text, but it is in the screenshot. Probably helpful for you to point it out though, not everyone is going to read the code in the screenshot.