Class OptimizeAndConvertFreeTransformation
Optimize and convert generic file formats.
Implements
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public sealed class OptimizeAndConvertFreeTransformation : ITransformationCreation
Properties
ExportFormats
The ouput file extension list. The default value is ["glb"]
.
Declaration
public string[] ExportFormats { get; set; }
Property Value
Type | Description |
---|---|
string[] |
InputFilePaths
The input file paths to process (if any).
Declaration
public string[] InputFilePaths { get; set; }
Property Value
Type | Description |
---|---|
string[] |
OutputFilename
Specifies the output file name. The default value is output
.
Declaration
public string OutputFilename { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
Do not provide an extension for the file name.
WorkflowType
The type of workflow to execute.
Declaration
public WorkflowType WorkflowType { get; }
Property Value
Type | Description |
---|---|
WorkflowType |
Methods
GetExtraParameters()
Any additional parameters to pass to the workflow.
Declaration
public Dictionary<string, object> GetExtraParameters()
Returns
Type | Description |
---|---|
Dictionary<string, object> | A set of paramters to pass to the request. |