File Dependencies is one of the interactive graphs Understand can draw of your code — call trees, dependencies, control flow, and more.
File Dependencies
Languages: AnyTargets: Architectures
Variants: Classic
Show dependencies between files in the selected architecture.
See the Dependencies graph for a description of architecture dependencies. This graph shows the same relationships, but instead of clustering by child architectures, all files (recursively) are shown and the color indicates the child architecture. By default, the size of the file circle is scaled by the lines of code.
The sample project below is split into three architectures:
lib(green): logging and vector-math utilities with no dependencies of its ownapi(blue): an entity/scene/renderer layer built onlibui(orange): a small application built onapi
See Graph Architecture for a graphical view of the architecture organization.