Edit of asset "Godot Grid Array" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | Godot Grid Array | |
| Description |
Display boolean arrays as a grid of checkboxes in the inspector. Usage Include `GridArray` or `grid_array` (not case-sensitive) in your exported Array's name. GDScript - Examples gdscript @export var Grid_arrayExample: Array @export var gridArraysample: Array C# - Examples csharp [Export] public Array<bool> TestGridArray { get; private set; } = new(); [Export] private Array<bool> _grid_array_ = new(); |
Display boolean arrays as a grid of checkboxes in the inspector. Usage Include `GridArray` or `grid_array` (not case-sensitive) in your exported Array's name. GDScript - Examples gdscript @export var Grid_arrayExample: Array @export var gridArraysample: Array C# - Examples csharp [Export] public Array<bool> TestGridArray { get; private set; } = new(); [Export] private Array<bool> _grid_array_ = new(); |
| Category | Tools | |
| License | MIT | |
| Repository Provider | GitHub | |
| Repository Url | https://github.com/TheQuietCroc/GodotGridArray | |
| Issues Url | https://github.com/TheQuietCroc/GodotGridArray/issues | |
| Godot version | Godot 4.1 | |
| Version String | 1.0 | |
| Download Commit | 0f2a45c155c5a8d13f5b11ae9292c36dd6a6a207 | |
| Download Url (Computed) | https://github.com/TheQuietCroc/GodotGridArray/archive/0f2a45c155c5a8d13f5b11ae9292c36dd6a6a207.zip | |
| Icon Url |
https://raw.githubusercontent.com/TheQuietCroc/GodotGridArray/main/screenshots/Godot%20logo.png
|
|