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.
Lightweight interface for RefCounted objects that require DI. Use this base class to mark RefCounted helpers as eligible for dependency injection via the project's composition container. Subclasses must implement resolve_placement_dependencies and get_dependency_issues to receive and verify required services.
Source: addons/grid_placement/base/placement_injectable.gd
Syntax
class PlacementInjectable extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
resolve_placement_dependencies | Method | |
get_runtime_issues | Method | |
inject_dependencies | Method | |
issues | Property | |
logger | Property | |
warning_message | Property |
Source
addons/grid_placement/base/placement_injectable.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs