Blur()
Tell the element to release the focus.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public virtual void Blur()
Remarks
If the element is not currently focused, calling this method has no effect.
Additional Resources: Focusable.Focus()