Chris' Tutorials
Docs/Grid Placement

Class

TargetHighlighterService

Generated GDScript class reference for GridPlacement.TargetHighlighterService.

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.

Scene-free target highlighter service. Extracted from TargetHighlighter — pure logic, 0 node-API calls. Sets CanvasItem modulate colors based on the current placement mode and the target's Manipulatable state. Hosted by GridPlacementHost; the old TargetHighlighter Node class is a thin wrapper that forwards to this service.

Source: addons/grid_placement/services/target_highlighter_service.gd

Syntax

class TargetHighlighterService extends PlacementInjectable

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
manipulatableProperty
settingsProperty
preview_objectProperty
should_highlightMethod
is_lockedMethod
get_runtime_issuesMethod
oldProperty
building_node_script_pathProperty

Source

addons/grid_placement/services/target_highlighter_service.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs