Table of Contents

Class AssetCompilerResult

Namespace
Stride.Core.Assets.Compiler
Assembly
Stride.Core.Assets.dll

Result of a compilation of assets when using Prepare(AssetCompilerContext, AssetItem)

public class AssetCompilerResult : LoggerResult, ILogger, IProgressStatus
Inheritance
AssetCompilerResult
Implements
Inherited Members
Extension Methods

Constructors

AssetCompilerResult(string)

Initializes a new instance of the LoggerResult class.

public AssetCompilerResult(string moduleName = null)

Parameters

moduleName string

Name of the module.

Properties

BuildSteps

Gets or sets the build steps generated for the build engine. This can be null if LoggerResult.HasErrors is true.

public ListBuildStep BuildSteps { get; set; }

Property Value

ListBuildStep

The build step.