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 |