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