GetFirstOfType<T>()
Walks up the hierarchy, starting from this element, and returns the first VisualElement of this type
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public T GetFirstOfType<T>() where T : class
Returns
Type | Description |
|---|---|
| T |