Edit of asset "Godot Grid Array" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | Godot Grid Array | 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 ```gdscript @export var Grid_arrayExample: Array @export var gridArraysample: Array ``` ### C# ```csharp [Export] public Array<bool> TestGridArray { get; private set; } = new(); [Export] private Array<bool> _grid_array_ = new(); ``` |
Category | Tools | Tools |
License | MIT | MIT |
Repository Provider | GitHub | GitHub |
Repository Url | https://github.com/TheQuietCroc/GodotGridArray | https://github.com/TheQuietCroc/GodotGridArray |
Issues Url | https://github.com/TheQuietCroc/GodotGridArray/issues | https://github.com/TheQuietCroc/GodotGridArray/issues |
Godot version | Godot 4.1 | Godot 4.1 |
Version String | 1.0 | 1.0 |
Download Commit | 0f2a45c155c5a8d13f5b11ae9292c36dd6a6a207 | 0f2a45c155c5a8d13f5b11ae9292c36dd6a6a207 |
Download Url (Computed) | https://github.com/TheQuietCroc/GodotGridArray/archive/0f2a45c155c5a8d13f5b11ae9292c36dd6a6a207.zip | https://github.com/TheQuietCroc/GodotGridArray/archive/0f2a45c155c5a8d13f5b11ae9292c36dd6a6a207.zip |
Icon Url |
https://raw.githubusercontent.com/TheQuietCroc/GodotGridArray/main/screenshots/Godot%20logo.png
|
https://raw.githubusercontent.com/TheQuietCroc/GodotGridArray/main/screenshots/Godot%20logo.png
|
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://github.com/TheQuietCroc/GodotGridArray/blob/main/screenshots/Initial%20value.png?raw=true
|
|
Thumbnail |
|
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://github.com/TheQuietCroc/GodotGridArray/blob/main/screenshots/Blank%20grid.png?raw=true
|
|
Thumbnail |
|
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://github.com/TheQuietCroc/GodotGridArray/blob/main/screenshots/Filled%20grid.png?raw=true
|
|
Thumbnail |
|