Chris' Tutorials
Docs/Grid Placement

Class

PlacementAStarPathManager

Generated GDScript class reference for GridPlacement.PlacementAStarPathManager.

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.

Manage configuration and path queries for AStarGrid2D instances used by grid targeting.

Source: addons/grid_placement/systems/grid_targeting/runtime/placement_astar_path_manager.gd

Syntax

class PlacementAStarPathManager extends RefCounted

Members

NameKindSummary
get_gridMethod
set_gridMethod
new_gridProperty
configureMethod
sizeProperty
on_region_size_changedMethod
on_diagonal_mode_changedMethod
on_default_compute_heuristic_changedMethod
on_default_estimate_heuristic_changedMethod
on_cell_shape_changedMethod
update_regionMethod
regionProperty
grid_regionProperty
update_if_dirtyMethod
resolve_target_tileMethod
get_closest_valid_tileMethod
limit_tile_to_max_distanceMethod
settingsProperty
regionProperty
grid_regionProperty
snapped_targetProperty
max_stepsProperty
source_tileProperty
limitedProperty
pathProperty
indexProperty
waypointProperty
tileProperty
currentProperty
stepsProperty
stepProperty
dxProperty
dyProperty
step_xProperty
step_yProperty
localProperty

Source

addons/grid_placement/systems/grid_targeting/runtime/placement_astar_path_manager.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs