DragUpdatedEvent
The event sent when the element being dragged enters a possible drop target.
Read time 2 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: DragAndDropEventBase<DragUpdatedEvent>
- Implements: IDisposable, IMouseEvent, IDragAndDropEvent
public class DragUpdatedEvent : DragAndDropEventBase<DragUpdatedEvent>, IDisposable, IMouseEvent, IDragAndDropEvent
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 |