Table of Contents

Class AssetCommand

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

A command processing an Asset.

public abstract class AssetCommand : IndexFileCommand
Inheritance
Command
IndexFileCommand
AssetCommand
Derived
Inherited Members
IndexFileCommand.PreCommand(ICommandContext)
IndexFileCommand.PostCommand(ICommandContext, ResultStatus)
Command.CommandCacheVersion
Command.Title
Command.OutputLocation
Command.CancellationToken
Command.DoCommandOverride(ICommandContext)
Command.DoCommand(ICommandContext)
Command.Clone()
Command.ToString()
Command.GetInputFiles()
Command.InputFilesGetter
Command.ShouldForceExecution()
Command.ShouldSpawnNewProcess()
Command.Cancel()
Command.ComputeParameterHash(BinarySerializationWriter)
Command.ComputeInputFilesHash(BinarySerializationWriter, IPrepareContext)
Command.ComputeAssemblyHash(BinarySerializationWriter)

Constructors

AssetCommand(string)

protected AssetCommand(string url)

Parameters

url string

Properties

Url

public string Url { get; set; }

Property Value

string