Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DragPerformEvent

The event sent to an element when another element is dragged and dropped on the element.
Read time 2 minutesLast updated 2 days ago

Definition

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

Constructors

Constructor

Description

DragPerformEvent()Constructor. Use GetPooled() to get an event from a pool of reusable events.

Methods

Method

Description

InitResets the event members to their initial values.

Inheritance

Inherited Members