docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum ImportMode

    Indicates how an attribute should be imported.

    Namespace: Unity.Formats.USD
    Assembly: solution.dll
    Syntax
    public enum ImportMode

    Fields

    Name Description
    Compute

    The value is only computed (if possible), authored values are ignored.

    Ignore

    The authored value is ignored and no value is computed.

    Import

    The value is imported if authored, otherwise null/default.

    ImportOrCompute

    The value is imported if authored, else the value is computed (if possible).

    In This Article
    Back to top
    Copyright © 2023 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)