Class FocusEvent
Event sent immediately after an element has gained focus. This event trickles down, it does not bubble up, and it cannot be cancelled.
Inherited Members
Namespace: UnityEngine.UIElements
Syntax
public class FocusEvent : FocusEventBase<FocusEvent>, IFocusEvent
Methods
PreDispatch(IPanel)
Declaration
protected override void PreDispatch(IPanel panel)
Parameters
Type | Name | Description |
---|---|---|
IPanel | panel |