GetRootElementForId(int)
Gets the root element of the specified collection view item.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public VisualElement GetRootElementForId(int id)
Parameters
The item identifier.
Returns
Type | Description |
|---|---|
| VisualElement | The item's root element. |
Remarks
This method provides an entry point to re-style elements added by Unity over the user-driven content. Ex. the drag handle in a ListView, or the Toggle in a TreeView.