Unity - Scripting API: HandleUtility
class in UnityEditor
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
Helper functions for Scene View style 3D GUI.
These are mainly mathematical functions that assist in converting between the 3D Scene space and the 2D GUI. The functions are used in the construction of the Unity Editor itself and so using them is a good way to make your own Handles GUIs consistent with Unity's.
Static Properties
| acceleration | Get standard acceleration for dragging values (Read Only). |
| niceMouseDelta | Get nice mouse delta to use for dragging a float value (Read Only). |
| niceMouseDeltaZoom | Get nice mouse delta to use for zooming (Read Only). |