DrawHandle()
A function to display this instance in the current handle camera using its current configuration.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public void DrawHandle()
Remarks
Always write properties to the handle before calling this function. Place the calls to this function inside EditorGUI.BeginChangeCheck and EditorGUI.EndChangeCheck to detect user interaction and read the updated properties from the handle.
Additional Resources: Editor.OnSceneGUI(), Handles.SetCamera.