Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddChildren(IReadOnlyList<DependencyNode>)

Adds multiple children to this node
Read time 1 minuteLast updated 4 days ago

Definition

protected void AddChildren(IReadOnlyList<DependencyNode> children)

Parameters

An array of nodes to add as children of this one.