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 RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
get_grid | Method | |
set_grid | Method | |
new_grid | Property | |
configure | Method | |
size | Property | |
on_region_size_changed | Method | |
on_diagonal_mode_changed | Method | |
on_default_compute_heuristic_changed | Method | |
on_default_estimate_heuristic_changed | Method | |
on_cell_shape_changed | Method | |
update_region | Method | |
region | Property | |
grid_region | Property | |
update_if_dirty | Method | |
resolve_target_tile | Method | |
get_closest_valid_tile | Method | |
limit_tile_to_max_distance | Method | |
settings | Property | |
region | Property | |
grid_region | Property | |
snapped_target | Property | |
max_steps | Property | |
source_tile | Property | |
limited | Property | |
path | Property | |
index | Property | |
waypoint | Property | |
tile | Property | |
current | Property | |
steps | Property | |
step | Property | |
dx | Property | |
dy | Property | |
step_x | Property | |
step_y | Property | |
local | Property |
Source
addons/grid_placement/systems/grid_targeting/runtime/placement_astar_path_manager.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs