docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MetadataExtractionTransformation

    Generate a metadata JSON file containing extracted 3D model metadata. The metadata is also added to the asset.

    Inheritance
    object
    MetadataExtractionTransformation
    Implements
    ITransformationCreation
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public sealed class MetadataExtractionTransformation : ITransformationCreation

    Properties

    InputFilePaths

    The input file paths to process (if any).

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

    OutputFilename

    Specifies the filename to output. The default value is metadata.

    Declaration
    public string OutputFilename { get; set; }
    Property Value
    Type Description
    string

    OutputFolder

    Specifies the output folder.

    Declaration
    public string OutputFolder { get; set; }
    Property Value
    Type Description
    string

    WorkflowType

    The type of workflow to execute.

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

    Methods

    GetParameters()

    Any additional parameters to pass to the workflow.

    Declaration
    public Dictionary<string, string> GetParameters()
    Returns
    Type Description
    Dictionary<string, string>

    A set of paramters to pass to the request.

    Implements

    ITransformationCreation
    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)