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.
Drag for a single drag operation between a start and end position
Source: addons/grid_placement/systems/building/data/drag_path_data.gd
Syntax
class DragPathDataMembers
| Name | Kind | Summary |
|---|---|---|
start_position | Property | |
current_position | Property | |
time_held | Property | |
drag_distance | Property | |
last_tile | Property | |
target_tile | Property | |
next_tile | Property | |
last_attempted_tile | Property | |
build_requests | Property | Number of build requests made during this drag session. Incremented each time DragManager calls PlacementSystem.try_build(). Useful for monitoring drag-build behavior and verifying request throttling. |
positioner | Property | |
targeting_state | Property | |
is_dragging | Property | |
update | Method | |
get_tile_at_node_2d | Method | |
stop | Method |
Source
addons/grid_placement/systems/building/data/drag_path_data.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs