FindPanelRenderer(VisualElement)
Finds the PanelRenderer whose UI hierarchy contains the given element.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static PanelRenderer FindPanelRenderer(VisualElement ve)
Parameters
The element to search from.
Returns
Type | Description |
|---|---|
| PanelRenderer | The PanelRenderer containing the element, or null if the element is not part of a PanelRenderer. |
Remarks
If the element is inside a nested PanelRenderer, the closest one is returned.