DragExitedEvent
The event sent to a dragged element when the drag and drop process ends.
Read time 2 minutesLast updated 11 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: DragAndDropEventBase<DragExitedEvent>
- Implements: IDisposable, IMouseEvent, IDragAndDropEvent
public class DragExitedEvent : DragAndDropEventBase<DragExitedEvent>, IDisposable, IMouseEvent, IDragAndDropEvent
Constructors
Constructor | Description |
|---|---|
| DragExitedEvent() | Constructor. |
Methods
Method | Description |
|---|---|
| Init | Resets the event members to their initial values. |
Static Methods
Method | Description |
|---|---|
| GetPooled | Gets an event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained using this method need to be released back to the pool. You can use |