Draft — Unreleased:This page is in active development. APIs, class names, and behavior may change before the release is finalized. Use it as a preview of what's coming — not as a stable integration target.
Base class for UI controls that need Grid Building dependency injection. Controls that read placement state, systems, settings, or loggers should extend this class or implement the same resolve_placement_dependencies method directly. PlacementInjectorSystem calls that method automatically for every node inside its injection scope.
Source: addons/grid_placement/base/placement_control.gd
Syntax
class PlacementControl extends ControlMembers
| Name | Kind | Summary |
|---|---|---|
resolve_placement_dependencies | Method | |
dispatch_placement_intent | Method | |
system | Property |
Source
addons/grid_placement/base/placement_control.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs