GetCapturingElement(IPanel, int)
Returns the element that is capturing the pointer.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static IEventHandler GetCapturingElement(this IPanel panel, int pointerId)
Parameters
Returns
Type | Description |
|---|---|
| IEventHandler | The element that is capturing the pointer. |