AssetCommand Class
Namespace: Stride.Core.Assets.CompilerAssembly: Stride.Core.Assets.dll
A command processing an Asset.
                 System.Object →  Stride.Core.BuildEngine.Command →  Stride.Core.BuildEngine.IndexFileCommand →  
                AssetCommand
              
              
                 Derived from AssetCommand:  AssetCommand<T> 
              
              
              
public abstract class AssetCommand : IndexFileCommand
              | Name | Description | |
|---|---|---|
| Constructors | ||
| AssetCommand(String) | ||
| Properties | ||
| Url | ||
Constructors
AssetCommand(String)
protected AssetCommand(string url)
              Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | url | 
Properties
Url
public string Url { get; set; }
              Property Value
| Type | Description | 
|---|---|
| System.String | 
Inherited Members
                  Stride.Core.BuildEngine.IndexFileCommand.PreCommand(Stride.Core.BuildEngine.ICommandContext)
                
                
                  Stride.Core.BuildEngine.IndexFileCommand.PostCommand(Stride.Core.BuildEngine.ICommandContext, Stride.Core.BuildEngine.ResultStatus)
                
                
                  Stride.Core.BuildEngine.Command.CommandCacheVersion
                
                
                  Stride.Core.BuildEngine.Command.Title
                
                
                  Stride.Core.BuildEngine.Command.OutputLocation
                
                
                  Stride.Core.BuildEngine.Command.CancellationToken
                
                
                  Stride.Core.BuildEngine.Command.DoCommandOverride(Stride.Core.BuildEngine.ICommandContext)
                
                
                  Stride.Core.BuildEngine.Command.DoCommand(Stride.Core.BuildEngine.ICommandContext)
                
                
                  Stride.Core.BuildEngine.Command.Clone()
                
                
                  Stride.Core.BuildEngine.Command.ToString()
                
                
                  Stride.Core.BuildEngine.Command.GetInputFiles()
                
                
                  Stride.Core.BuildEngine.Command.InputFilesGetter
                
                
                  Stride.Core.BuildEngine.Command.ShouldForceExecution()
                
                
                  Stride.Core.BuildEngine.Command.ShouldSpawnNewProcess()
                
                
                  Stride.Core.BuildEngine.Command.Cancel()
                
                
                  Stride.Core.BuildEngine.Command.ComputeParameterHash(Stride.Core.Serialization.BinarySerializationWriter)
                
                
                  Stride.Core.BuildEngine.Command.ComputeInputFilesHash(Stride.Core.Serialization.BinarySerializationWriter, Stride.Core.BuildEngine.IPrepareContext)
                
                
                  Stride.Core.BuildEngine.Command.ComputeCommandHash(System.IO.Stream, Stride.Core.BuildEngine.IPrepareContext)
                
                
                  Stride.Core.BuildEngine.Command.ComputeAssemblyHash(Stride.Core.Serialization.BinarySerializationWriter)