docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ITransformationCreation

    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public interface ITransformationCreation

    Properties

    CustomWorkflowName

    The name of the custom workflow to execute.

    Declaration
    string CustomWorkflowName { get; }
    Property Value
    Type Description
    string

    InputFilePaths

    The input file paths to process (if any).

    Declaration
    string[] InputFilePaths { get; }
    Property Value
    Type Description
    string[]

    WorkflowType

    The type of workflow to execute.

    Declaration
    WorkflowType WorkflowType { get; }
    Property Value
    Type Description
    WorkflowType

    Methods

    GetExtraParameters()

    Any additional parameters to pass to the workflow.

    Declaration
    Dictionary<string, object> GetExtraParameters()
    Returns
    Type Description
    Dictionary<string, object>

    A set of paramters to pass to the request.

    GetParameters()

    Any additional parameters to pass to the workflow.

    Declaration
    [Obsolete("Use GetExtraParameters() instead.")]
    Dictionary<string, string> GetParameters()
    Returns
    Type Description
    Dictionary<string, string>

    A set of paramters to pass to the request.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)