Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DragLeaveEvent

Use the DragLeaveEvent class to manage events sent when dragging leaves an element or one of its descendants. The DragLeaveEvent does not trickle down and does not bubble up.
Read time 2 minutesLast updated 2 days ago

Definition

public class DragLeaveEvent : DragAndDropEventBase<DragLeaveEvent>, IDisposable, IMouseEvent, IDragAndDropEvent

Constructors

Constructor

Description

DragLeaveEvent()Constructor. Avoid renewing events. Instead, use GetPooled() to get an event from a pool of reusable events.

Methods

Method

Description

InitResets the event members to their initial values.

Inheritance