FindRootPanelComponent(VisualElement)
Finds the root IPanelComponent for the given VisualElement.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static IPanelComponent FindRootPanelComponent(this VisualElement element)
Parameters
The element to start the search from.
Returns
Type | Description |
|---|---|
| IPanelComponent | The root IPanelComponent, or null if none is found. |