Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


currentTarget

Gets the current target of the event.
Read time 1 minuteLast updated 5 days ago

Definition

public override IEventHandler currentTarget { get; }

Remarks

The current target is the element in the propagation path for which event handlers are currently being executed.