@deprecated Use PlacementInstantiator instead. This class is a backward-compatible alias. BuildingInstantiator was renamed to PlacementInstantiator in 5.1.0 to align with GridPlacement C# naming conventions. All functionality is identical — this class exists only to prevent breaking existing code. Migration: Replace BuildingInstantiator with PlacementInstantiator in your code. The old name will be removed in 6.1 (per 6.0.0 deprecation policy: deprecated in 6.0, removed in 6.1).
Source: addons/grid_placement/systems/building/components/building_instantiator.gd
Syntax
class BuildingInstantiator extends PlacementInstantiatorSource
addons/grid_placement/systems/building/components/building_instantiator.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs