currentTarget
Gets the current target of the event.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public override IEventHandler currentTarget { get; }
Remarks
The current target is the element in the propagation path for which event handlers are currently being executed.