HasHandler(int, Delegate)
Check if the handler is already registered for the destination window ID.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static bool HasHandler(int dropDstId, Delegate handler)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the handler is already registered. |