ManipulationWorkflowAdapter
AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
Source: systems/orchestrator/manipulation_workflow_adapter.gd
Version: 5.1
class_name: ManipulationWorkflowAdapter
extends: RefCounted
Summary
Adapter that groups manipulation workflow services into a single object.
This exists to simplify wiring between orchestration code and the underlying services (targeting/manipulation/indicators/logging) without requiring a Node.
Signals
(none)
Exports
(none)
Methods
_init()- Creates an adapter backed by the provided services.
p_targeting_service: provides current target/collider + targeting snapshotsp_manipulation_service: executes manipulation operations (move/rotate/flip/etc.)p_indicator_service: drives visual feedback for the workflowcreate_indicator_model()