@deprecated Compatibility Node wrapper for [DragService]. Scheduled for removal in a future release; supported scenes use the host-owned service. Kept for backward compatibility . New code should obtain the service from GridPlacementHost.get_drag_service(). All public methods forward to the service. The wrapper's _input and _physics_process also forward, so consumers that use DragManager as a Node directly (e.g. tests, scenes) keep working.
Source: addons/grid_placement/systems/building/components/drag_manager.gd
Syntax
class DragManager extends PlacementSystemsComponentMembers
| Name | Kind | Summary |
|---|---|---|
resolve_placement_dependencies | Method | |
set_test_mode | Method | |
reset_physics_frame_gate | Method | |
start_drag | Method | |
stop_drag | Method | |
is_dragging | Method | |
update_drag_state | Method | |
get_runtime_issues | Method | |
format_drag_state | Method |