Chris' Tutorials
Docs/Grid Placement

Class

TargetHighlighter

Generated GDScript class reference for GridPlacement.TargetHighlighter.

StatusDraft
Versionv6.0
UpdatedDevelopment docs generated from GDScript source

This is unreleased documentation in active development. APIs, class names, and behavior may change before the final release.

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 PlacementSystemsComponent

Members

NameKindSummary
mode_stateProperty
targeting_stateProperty
manipulation_stateProperty
highlight_settingsProperty
current_targetProperty
resolve_placement_dependenciesMethod
set_movable_displayMethod
set_demolish_displayMethod
set_build_preview_displayMethod
set_info_displayMethod
set_actionable_colorsMethod
should_highlightMethod
is_lockedMethod
get_runtime_issuesMethod
issuesProperty

Source

addons/grid_placement/components/target_highlighter.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs