BuildDependencyType Enum
Namespace: Stride.Core.Assets.AnalysisAssembly: Stride.Core.Assets.dll
[Flags]
public enum BuildDependencyType
Fields
| Name | Description |
|---|---|
| CompileAsset | The uncompiled target asset is accessed during compilation. |
| CompileContent | The content compiled from the target asset is needed during compilation. |
| Runtime | The content generated during compilation needs the content compiled from the target asset to be loaded at runtime. |