Enum MaterialImportMode
Indicates how to handle import materials.
Namespace: Unity.Formats.USD
Syntax
[Serializable]
public enum MaterialImportMode
Fields
Name | Description | Value |
---|---|---|
ImportPreviewSurface | Fully imports the material, parameters, and textures (may be slow). |
0 |
ImportDisplayColor | Ignores the bound material and only uses the object's displayColor. |
1 |
None | Do not assign materials to imported objects. |
2 |