Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DependencyNode

Represents a node in a dependency tree for reporting issues in the UI. This is used to represent call trees, and dependencies between assets, assemblies, or packages.
Read time 1 minuteLast updated 4 days ago

Definition

public abstract class DependencyNode

Fields

Value

Description

LocationThe location represented by this node
m_ChildrenA list of this node's children in the dependency tree
PerfCriticalContextWhether this node forms part of a performance-critical context

Methods

Method

Description

AddChildrenAdds multiple children to this node