OnLostFocus()
Called when the window loses keyboard focus.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
public void OnLostFocus()
Remarks
Additional Resources: OnFocus.
Restores normal view when you lose focus on this window.

Examples
{code Modules/UIElements/Tests/UIElementsExamples/Assets/EditorWindowCodeExamples/OrthographicPreview.cs}