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