AssetCompilerResult Class
Namespace: Stride.Core.Assets.CompilerAssembly: Stride.Core.Assets.dll
Result of a compilation of assets when using Prepare(AssetCompilerContext, AssetItem)
Derived from AssetCompilerResult:
public class AssetCompilerResult : LoggerResult, ILogger, IProgressStatus
Name | Description | |
---|---|---|
Constructors | ||
AssetCompilerResult(String) | Initializes a new instance of the LoggerResult class. |
|
Properties | ||
BuildSteps | Gets or sets the build steps generated for the build engine. This can be null if |
Constructors
AssetCompilerResult(String)
Initializes a new instance of the LoggerResult class.
public AssetCompilerResult(string moduleName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | moduleName | Name of the module. |
Properties
BuildSteps
Gets or sets the build steps generated for the build engine. This can be null if
public ListBuildStep BuildSteps { get; set; }
Property Value
Type | Description |
---|---|
Stride.Core.BuildEngine.ListBuildStep | The build step. |