Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.BuildEngine.ImageProcessCommand Class Reference
Inheritance diagram for SiliconStudio.BuildEngine.ImageProcessCommand:
SiliconStudio.BuildEngine.IndexFileCommand SiliconStudio.BuildEngine.Command

Public Member Functions

 ImageProcessCommand ()
 
override IEnumerable< ObjectUrlGetInputFiles ()
 Gets the list of input files (that can be deduced without running the command, only from command parameters). More...
 
override string ToString ()
 
- Public Member Functions inherited from SiliconStudio.BuildEngine.IndexFileCommand
override void PreCommand (ICommandContext commandContext)
 
override void PostCommand (ICommandContext commandContext, ResultStatus status)
 
- Public Member Functions inherited from SiliconStudio.BuildEngine.Command
Task< ResultStatusDoCommand (ICommandContext commandContext)
 The method that indirectly call DoCommandOverride to execute the actual command code. It is called by the current Builder when the command is triggered More...
 
Command Clone ()
 
virtual bool ShouldForceExecution ()
 Check some conditions that determine if the command should be executed. This method may not be called if some previous check determinated that it already needs to be executed. More...
 
virtual bool ShouldSpawnNewProcess ()
 
virtual void Cancel ()
 Callback called by Builder.CancelBuild. It can be useful for commands in a blocking call that can be unblocked from here. More...
 
void ComputeCommandHash (Stream stream, IPrepareContext prepareContext)
 

Protected Member Functions

override Task< ResultStatusDoCommandOverride (ICommandContext commandContext)
 The method to override containing the actual command code. It is called by the DoCommand function More...
 
override void ComputeParameterHash (Stream stream)
 
- Protected Member Functions inherited from SiliconStudio.BuildEngine.Command
virtual void ComputeParameterHash (BinarySerializationWriter writer)
 
void ComputeInputFilesHash (BinarySerializationWriter writer, IPrepareContext prepareContext)
 
virtual void ComputeAssemblyHash (BinarySerializationWriter writer)
 
TagSymbol RegisterTag (string name, Func< string > getValue)
 

Properties

override string Title [get]
 
string InputUrl [get, set]
 
string OutputUrl [get, set]
 
float Width [get, set]
 
float Height [get, set]
 
bool IsAbsolute [get, set]
 
PixelFormat Format [get, set]
 
bool GenerateMipmaps [get, set]
 
- Properties inherited from SiliconStudio.BuildEngine.Command
abstract string Title [get]
 Title (short description) of the command More...
 
virtual IEnumerable< Tuple
< string, string > > 
TagList [get]
 List every tag created by the command. The first item of each entry is the TagSymbol.Name of the TagSymbol, The second item is the pattern or a description of the TagSymbol.RealName More...
 

Additional Inherited Members

- Static Public Member Functions inherited from SiliconStudio.BuildEngine.IndexFileCommand
static void MergeOutputObjects (IDictionary< ObjectUrl, OutputObject > outputObjects)
 
static void MountDatabases (ICommandContext commandContext)
 
static DatabaseFileProvider GetCommonDatabase ()
 
- Static Public Attributes inherited from SiliconStudio.BuildEngine.IndexFileCommand
static MicroThreadLocal
< DatabaseFileProvider
DatabaseFileProvider
 
- Protected Attributes inherited from SiliconStudio.BuildEngine.Command
const int CommandCacheVersion = 1
 The command cache version, should be bumped when binary serialization format changes (so that cache gets invalidated) More...
 

Detailed Description

Definition at line 15 of file ImageProcessCommand.cs.

Constructor & Destructor Documentation

SiliconStudio.BuildEngine.ImageProcessCommand.ImageProcessCommand ( )

Definition at line 32 of file ImageProcessCommand.cs.

Member Function Documentation

override void SiliconStudio.BuildEngine.ImageProcessCommand.ComputeParameterHash ( Stream  stream)
protected

Definition at line 90 of file ImageProcessCommand.cs.

override Task<ResultStatus> SiliconStudio.BuildEngine.ImageProcessCommand.DoCommandOverride ( ICommandContext  commandContext)
protectedvirtual

The method to override containing the actual command code. It is called by the DoCommand function

Parameters
commandContext

Implements SiliconStudio.BuildEngine.Command.

Definition at line 43 of file ImageProcessCommand.cs.

override IEnumerable<ObjectUrl> SiliconStudio.BuildEngine.ImageProcessCommand.GetInputFiles ( )
virtual

Gets the list of input files (that can be deduced without running the command, only from command parameters).

Returns

Reimplemented from SiliconStudio.BuildEngine.Command.

Definition at line 38 of file ImageProcessCommand.cs.

override string SiliconStudio.BuildEngine.ImageProcessCommand.ToString ( )
virtual

Implements SiliconStudio.BuildEngine.Command.

Definition at line 105 of file ImageProcessCommand.cs.

Property Documentation

PixelFormat SiliconStudio.BuildEngine.ImageProcessCommand.Format
getset

Definition at line 28 of file ImageProcessCommand.cs.

bool SiliconStudio.BuildEngine.ImageProcessCommand.GenerateMipmaps
getset

Definition at line 30 of file ImageProcessCommand.cs.

float SiliconStudio.BuildEngine.ImageProcessCommand.Height
getset

Definition at line 24 of file ImageProcessCommand.cs.

string SiliconStudio.BuildEngine.ImageProcessCommand.InputUrl
getset

Definition at line 20 of file ImageProcessCommand.cs.

bool SiliconStudio.BuildEngine.ImageProcessCommand.IsAbsolute
getset

Definition at line 26 of file ImageProcessCommand.cs.

string SiliconStudio.BuildEngine.ImageProcessCommand.OutputUrl
getset

Definition at line 21 of file ImageProcessCommand.cs.

override string SiliconStudio.BuildEngine.ImageProcessCommand.Title
get

Definition at line 18 of file ImageProcessCommand.cs.

float SiliconStudio.BuildEngine.ImageProcessCommand.Width
getset

Definition at line 23 of file ImageProcessCommand.cs.


The documentation for this class was generated from the following file: