Edit of asset "Inspector Extender - Buttons, Warnings, More" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | Inspector Extender - Buttons, Warnings, More | |
Description |
A plugin for Godot 4 to extend the Inspector using just comments above properties. Nodes, Resources, and even non-tool scripts supported! Supports these, and more (check README.md for full list): # @@message(message_getter) - call message_getter() to get a message. If empty string, hides the message. Has a message_warning and message_error variants. # @@button_group(params) - assembles buttons. List comma-separated params, which can be strings "", colors #, or expressions. Each Expression must have a string Label preceding it, color optional. # @@dict_table(params) and # @@resource_table(properties) - displays array of Resources or Dictionaries as a table. for dicts, params must be of format `key : type`. # @@multi_array_table(property_names) - shows several typed array properties as a table, one array one column. # @@show_if(expression) - hides property if expression is false. For more, check out README.md. More extensions coming soon! |
A plugin for Godot 4 to extend the Inspector using just comments above properties. Nodes, Resources, and even non-tool scripts supported! Supports these, and more (check README.md for full list): # @@message(message_getter) - call message_getter() to get a message. If empty string, hides the message. Has a message_warning and message_error variants. # @@button_group(params) - assembles buttons. List comma-separated params, which can be strings "", colors #, or expressions. Each Expression must have a string Label preceding it, color optional. # @@dict_table(params) and # @@resource_table(properties) - displays array of Resources or Ditionaeies as a table. for dicts, params must be of format `key : type`. # @@show_if(expression) - hides property if expression is false. For more, check out README.md. More extensions coming soon! |
Category | Tools | |
License | MIT | |
Repository Provider | GitHub | |
Repository Url | https://github.com/don-tnowe/godot-inspector-extender | |
Issues Url | https://github.com/don-tnowe/godot-inspector-extender/issues | |
Godot version | Godot 4.0 | |
Version String | 1.2.3 | 1.1 |
Download Commit | cfd57049776097b9a10403ac67ca01f84a5a5a9c | 6e12e06c25cc4306ba06d894664f91abdc9e7796 |
Download Url (Computed) | https://github.com/don-tnowe/godot-inspector-extender/archive/cfd57049776097b9a10403ac67ca01f84a5a5a9c.zip | https://github.com/don-tnowe/godot-inspector-extender/archive/6e12e06c25cc4306ba06d894664f91abdc9e7796.zip |
Icon Url |
https://raw.githubusercontent.com/don-tnowe/godot-inspector-extender/master/icon.png
|