Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


children

The children of the node.
Read time 1 minuteLast updated 6 days ago

Definition

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.