Enum BuildDependencyType
[Flags]
public enum BuildDependencyType
Fields
CompileAsset = 2
The uncompiled target asset is accessed during compilation.
CompileContent = 4
The content compiled from the target asset is needed during compilation.
Runtime = 1
The content generated during compilation needs the content compiled from the target asset to be loaded at runtime.