Enum ImportMode | USD | 2.0.0-exp.1
docs.unity3d.com
    Show / Hide Table of Contents

    Enum ImportMode

    Indicates how an attribute should be imported.

    Namespace: Unity.Formats.USD
    Syntax
    public enum ImportMode

    Fields

    Name Description Value
    Import

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

    0
    ImportOrCompute

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

    1
    Compute

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

    2
    Ignore

    The authored value is ignored and no value is computed.

    3
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023