Adapter/contract interface for the grid targeting service (6.0.0-S). 6.0.0-211: a 3D group gets [GridTargetingService3D], a 2D group gets the 2D base class. Both satisfy this contract so the host stops branching on concrete type. The 3D variant takes a different configure() signature (no path_manager) and the group dispatches it using [method configure_for_3d] / [method configure_for_2d] on the concrete adapter; the host only sees the contract surface.
Source: addons/grid_placement/services/contracts/targeting_service_contract.gd
Syntax
class TargetingServiceContract extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
supported_dimensions | Method | |
configure_for_2d | Method | |
configure_for_3d | Method | |
get_runtime_issues | Method |
Source
addons/grid_placement/services/contracts/targeting_service_contract.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs