This version of Unity is unsupported.

DependencyType

enumeration

Description

Dependency calculation flags to control what is returned, and how it operates.

Properties

RecursiveOperationDepencency calculation is recursive. For each new valid reference discovered during calculation, the dependencies of those references will also be included in the returned results.
MissingReferencesObject dependencies returned for only missing references.
ValidReferencesDepencency calculation is not recursive. Only dependencies of the initial passed in set will be returned.
DefaultDependenciesDefault mode. Dependencies are calculated recursively, and only valid references are returned.