![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
| override bool | ShouldSpawnNewProcess () |
| override string | ToString () |
Public Member Functions inherited from SiliconStudio.BuildEngine.ImportModelCommand | |
| override IEnumerable< ObjectUrl > | GetInputFiles () |
| 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< ResultStatus > | DoCommand (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 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) |
Static Public Member Functions | |
| static bool | IsSupportingExtensions (string ext) |
Static Public Member Functions inherited from SiliconStudio.BuildEngine.IndexFileCommand | |
| static void | MergeOutputObjects (IDictionary< ObjectUrl, OutputObject > outputObjects) |
| static void | MountDatabases (ICommandContext commandContext) |
| static DatabaseFileProvider | GetCommonDatabase () |
Protected Member Functions | |
| override ModelData | LoadModel (ICommandContext commandContext, AssetManager assetManager) |
| override AnimationClip | LoadAnimation (ICommandContext commandContext, AssetManager assetManager) |
Protected Member Functions inherited from SiliconStudio.BuildEngine.ImportModelCommand | |
| ImportModelCommand () | |
| override async Task< ResultStatus > | DoCommandOverride (ICommandContext commandContext) |
| The method to override containing the actual command code. It is called by the DoCommand function More... | |
| override void | ComputeParameterHash (BinarySerializationWriter writer) |
Protected Member Functions inherited from SiliconStudio.BuildEngine.Command | |
| void | ComputeInputFilesHash (BinarySerializationWriter writer, IPrepareContext prepareContext) |
| virtual void | ComputeAssemblyHash (BinarySerializationWriter writer) |
| TagSymbol | RegisterTag (string name, Func< string > getValue) |
Properties | |
| override string | Title [get] |
| bool | InverseNormals [get, set] |
Properties inherited from SiliconStudio.BuildEngine.ImportModelCommand | |
| override IEnumerable< Tuple < string, string > > | TagList [get] |
| string | TextureTag [get, set] |
| string | ExportType [get, set] |
| bool | TessellationAEN [get, set] |
| string | EffectName [get, set] |
| AnimationRepeatMode | AnimationRepeatMode [get, set] |
| Dictionary< string, Tuple < Guid, string > > | Materials [get, set] |
| Dictionary< string, Tuple < Guid, string > > | Lightings [get, set] |
| bool | Compact [get, set] |
| List< string > | PreservedNodes [get, set] |
| bool | Allow32BitIndex [get, set] |
| bool | AllowUnsignedBlendIndices [get, set] |
| Vector3 | ViewDirectionForTransparentZSort [get, set] |
Properties inherited from SiliconStudio.BuildEngine.SingleFileImportCommand | |
| UFile | SourcePath [get, set] |
| Gets or sets the source path of the raw asset. More... | |
| UFile | Location [get, set] |
| Gets or sets the destination location in the storage. More... | |
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 | |
Public Attributes inherited from SiliconStudio.BuildEngine.ImportModelCommand | |
| Dictionary< string, ParameterCollectionData > | Parameters |
Static Public Attributes inherited from SiliconStudio.BuildEngine.IndexFileCommand | |
| static MicroThreadLocal < DatabaseFileProvider > | DatabaseFileProvider |
Static Protected Member Functions inherited from SiliconStudio.BuildEngine.ImportModelCommand | |
| static ShaderSource | ParseShaderSource (string shaderSource) |
| Parses a shader source definition More... | |
Protected Attributes inherited from SiliconStudio.BuildEngine.ImportModelCommand | |
| TagSymbol | TextureTagSymbol |
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... | |
Definition at line 14 of file ImportFbxCommand.cs.
|
static |
Definition at line 21 of file ImportFbxCommand.cs.
Referenced by SiliconStudio.Paradox.Assets.Model.AnimationAssetCompiler.Compile(), and SiliconStudio.Paradox.Assets.Model.ModelAssetCompiler.Compile().
|
protectedvirtual |
Implements SiliconStudio.BuildEngine.ImportModelCommand.
Definition at line 33 of file ImportFbxCommand.cs.
|
protectedvirtual |
Implements SiliconStudio.BuildEngine.ImportModelCommand.
Definition at line 26 of file ImportFbxCommand.cs.
|
virtual |
Reimplemented from SiliconStudio.BuildEngine.Command.
Definition at line 51 of file ImportFbxCommand.cs.
|
virtual |
Implements SiliconStudio.BuildEngine.Command.
Definition at line 56 of file ImportFbxCommand.cs.
|
getset |
Definition at line 19 of file ImportFbxCommand.cs.
|
get |
Definition at line 17 of file ImportFbxCommand.cs.