Chris' Tutorials
Docs/Grid Placement

Class

HighlightSettings

Generated GDScript class reference for GridPlacement.HighlightSettings.

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.

Settings for manipulating an object in the game world to indicate it as a valid, invalid target, etc

Source: addons/grid_placement/systems/grid_targeting/highlight_settings.gd

Syntax

class HighlightSettings extends PlacementResource

Members

NameKindSummary
build_preview_colorPropertyAdjustment color for any preview sprites to indicate that the instance is a preview and not actually a interactable object in the game
info_hover_colorPropertyColor to highlight a hover target in info mode
move_valid_colorPropertyWhen move is possible
move_invalid_colorPropertyWhen move is not possible
active_manipulation_colorPropertyFor objects being moved
demolish_valid_colorPropertyWhen demolishing is possible
demolish_invalid_colorPropertyWhen demolishing is not possible
reset_colorPropertyDefault reset modulate color
get_editor_issuesMethod
issuesProperty
get_runtime_issuesMethod
issuesProperty

Source

addons/grid_placement/systems/grid_targeting/highlight_settings.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs