Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DragEnterEvent

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

Definition

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

Constructors

Constructor

Description

DragEnterEvent()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