Node<T>
Class that holds elements of ICategorizable.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Categorization
- Assembly: UnityEditor.CoreModule
- Implements: IOrdering, ICategorizable
public class Node<T> : IOrdering, ICategorizable where T : ICategorizable
Constructors
Constructor | Description |
|---|---|
| Node`1(UnityEngine.Categorization.InfoAttribute,`0) | Constructor of the node element with the given attribute. |
Properties
Property | Description |
|---|---|
| children | The children of the node. |
| data | The internal data that is being handled by the node. |
| description | The description, obtained from the ElementInfoAttribute. |
| helpUrl | The help url obtained from HelpURLAttribute. |
| name | The name, obtained from the ElementInfoAttribute. |
| order | The order, obtained from the ElementInfoAttribute. |
| parent | The parent node. For category nodes, the parent is null. |
| type | The type of the data inside the node. |