docs.unity.cn
    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
    Generated by DocFX
    on Friday, June 23, 2023