PlaceableGrid
Summary
Section titled “Summary”Creates views for each placeable
Signals
Section titled “Signals”signal placeable_selected( placeable: Placeable )
Properties
Section titled “Properties”placeable_view_template: PackedScene
views: Array[PlaceableView]
Methods
Section titled “Methods”func setup( p_placeables: Array[Placeable] )
Creates views for each placeable
func clear( )
func _on_view_placeable_selected( p_placeable: Placeable )
Source
Section titled “Source”addons/grid_building/ui/placeable/single/placeable_grid.gd
This API reference is automatically generated from the plugin source code. For implementation examples and usage guides, see the guides section.