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
- Type: Class
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
public abstract class DependencyNode
Fields
Value | Description |
|---|---|
| Location | The location represented by this node |
| m_Children | A list of this node's children in the dependency tree |
| PerfCriticalContext | Whether this node forms part of a performance-critical context |
Methods
Method | Description |
|---|---|
| AddChildren | Adds multiple children to this node |