TryGetOverlay(string, out Overlay)
Get an Overlay with matching ID from an EditorWindow canvas.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
TryGetOverlay(string, Overlay)
public bool TryGetOverlay(string id, out Overlay match)
Parameters
Returns
Type | Description |
|---|---|
| bool | Returns true if the overlay was found, false otherwise. |