class in UnityEngine.UIElements
/
Inherits from:UIElements.VisualElementAssetReferenceTable.ElementNode
Holds a reference to either the root element of a PanelRenderer or a template instance. This node can have children.
| Method | Description |
|---|---|
| TryGetChild | Tries to get a child ElementNode by its authoring ID. |
| Property | Description |
|---|---|
| visualElement | The referenced VisualElement. |
| Method | Description |
|---|---|
| Dispose | Disposes the ElementNode and releases its handle. |