Version: 2023.2
언어: 한국어

DependencyType

enumeration

매뉴얼로 전환

설명

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

변수

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.