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.
DEPRECATED wrapper for the scene-free TargetHighlighterService. Kept for backward compatibility . New code should obtain the service from GridPlacementHost.get_target_highlighter_service(). All public methods AND properties forward to the service instance so legacy callers can keep treating the node like the old monolithic highlighter.
Source: addons/grid_placement/components/target_highlighter.gd
Syntax
class TargetHighlighter extends PlacementSystemsComponentMembers
| Name | Kind | Summary |
|---|---|---|
mode_state | Property | |
targeting_state | Property | |
manipulation_state | Property | |
highlight_settings | Property | |
current_target | Property | |
resolve_placement_dependencies | Method | |
set_movable_display | Method | |
set_demolish_display | Method | |
set_build_preview_display | Method | |
set_info_display | Method | |
set_actionable_colors | Method | |
should_highlight | Method | |
is_locked | Method | |
get_runtime_issues | Method | |
issues | Property |
Source
addons/grid_placement/components/target_highlighter.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs