Question by
thehelpfulhelp · May 24 at 10:16 AM ·
editoreditor-scriptinghandles
How do I execute code while dragging an ArcHandle?
Im currently trying to write an editor script that utilizes the ArcHandle class found in UnityEditor.IMGUI.Controls.
I want to execute some code only while the ArcHandle instance is being grabbed/dragged. Ideally I would want a "OnHandleGrabbed" and "OnHandleReleased" event.
How could I achieve this?
Comment
Your answer
Follow this Question
Related Questions
Handles.ScaleHandle gizmo gui does not move? 0 Answers
Do Unity Editor GUI Utilities (Handles.DrawLine & EditorGUI.DrawRect) have limitations? 2 Answers
Select GameObjects OnSceneView without Colliders 1 Answer
Manually unselect a handle in the editor from a script 0 Answers
How to change the text of EditorGUILayout.TextField 2 Answers