Edit of asset "Inspector Extender - Buttons, Warnings, More" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | Inspector Extender - Buttons, Warnings, More | 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: # @@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 | Tools |
License | MIT | MIT |
Repository Provider | GitHub | GitHub |
Repository Url | https://github.com/don-tnowe/godot-inspector-extender | https://github.com/don-tnowe/godot-inspector-extender |
Issues Url | https://github.com/don-tnowe/godot-inspector-extender/issues | https://github.com/don-tnowe/godot-inspector-extender/issues |
Godot version | Godot 4.0 | Godot 4.0 |
Version String | 1.2.3 | 1.0 |
Download Commit | cfd57049776097b9a10403ac67ca01f84a5a5a9c | 79c97a6526f4a3694ff00df3328224a1f2d823fa |
Download Url (Computed) | https://github.com/don-tnowe/godot-inspector-extender/archive/cfd57049776097b9a10403ac67ca01f84a5a5a9c.zip | https://github.com/don-tnowe/godot-inspector-extender/archive/79c97a6526f4a3694ff00df3328224a1f2d823fa.zip |
Icon Url |
https://raw.githubusercontent.com/don-tnowe/godot-inspector-extender/master/icon.png
|
https://raw.githubusercontent.com/don-tnowe/godot-inspector-extender/master/icon.png
|
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://raw.githubusercontent.com/don-tnowe/godot-inspector-extender/master/images/screen1.png
|
|
Thumbnail |
|
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://raw.githubusercontent.com/don-tnowe/godot-inspector-extender/master/images/screen0.png
|
|
Thumbnail |
|