Class AssetBuildStep
Represents a list of Stride.Core.BuildEngine.BuildStep instances that compiles a given asset.
public class AssetBuildStep : ListBuildStep- Inheritance
- 
      objectBuildStepListBuildStepAssetBuildStep
- Inherited Members
- 
    ListBuildStep.TitleListBuildStep.InputObjectsListBuildStep.OutputObjectsListBuildStep.OutputObjectIdsListBuildStep.StepsListBuildStep.Execute(IExecuteContext, BuilderContext)ListBuildStep.ComputeResultStatusFromExecutedSteps()ListBuildStep.CountListBuildStep.GetEnumerator()ListBuildStep.Add(Command)ListBuildStep.Add(BuildStep)BuildStep.TransformExecuteContextLoggerBuildStep.PriorityBuildStep.DescriptionBuildStep.StatusBuildStep.ProcessedBuildStep.SucceededBuildStep.FailedBuildStep.TagBuildStep.PrerequisiteStepsBuildStep.ParentBuildStep.ExecutionIdBuildStep.ArePrerequisitesCompletedBuildStep.ArePrerequisitesSuccessfulBuildStep.LoggerBuildStep.StepProcessedBuildStep.LinkBuildSteps(BuildStep, BuildStep)BuildStep.ExecutedAsync()BuildStep.GetOutputObjectsGroups()
Constructors
AssetBuildStep(AssetItem)
Initializes a new instance of the AssetBuildStep class.
public AssetBuildStep(AssetItem assetItem)Parameters
- assetItemAssetItem
- The asset that can be build by this build step. 
Properties
AssetItem
Gets the AssetItem corresponding to the asset being built by this build step.
public AssetItem AssetItem { get; }Property Value
OutputLocation
The object this build step write (if any).
public override string OutputLocation { get; }Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()Returns
- string
- A string that represents the current object.