Skip to content

PlaceableGrid

Creates views for each placeable

signal placeable_selected( placeable: Placeable )
placeable_view_template: PackedScene
views: Array[PlaceableView]
func setup( p_placeables: Array[Placeable] )

Creates views for each placeable

func clear( )
func _on_view_placeable_selected( p_placeable: Placeable )

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.