children
The children of the node.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Categorization
- Assembly: UnityEditor.CoreModule
public List<Node<T>> children { get; }
Remarks
If it is a category node, the list will contain the child elements. If it is a leaf node, the size of the list will be 0.