Table of Contents

Enum BuildDependencyType

Namespace
Stride.Core.Assets.Analysis
Assembly
Stride.Core.Assets.dll
[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.