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 plugin subsystems. Derive system implementations (placement, manipulation, targeting, etc.) from this class to gain standard lifecycle hooks and DI integration. Systems should validate dependencies and expose well-defined public methods for coordination with other systems.
Source: addons/grid_placement/base/placement_system_base.gd
Syntax
class PlacementSystemBase extends PlacementNodeMembers
| Name | Kind | Summary |
|---|---|---|
resolve_placement_dependencies | Method | |
get_runtime_issues | Method |
Source
addons/grid_placement/base/placement_system_base.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs