Class MaterialExporter
Inherited Members
Namespace: Unity.Formats.USD
Assembly: solution.dll
Syntax
public static class MaterialExporter
Fields
Name | Description |
---|---|
ExportRegistry | The ExportRegistry is a mapping from Unity shader name (e.g. "Standard") to ExportHandler. When exporting a Material, the shader name is used to lookup the export hanlder function in this registry. |
kHdrpFallbackHandler | |
kLwrpFallbackHandler | |
kStandardFallbackHandler |
Methods
Name | Description |
---|---|
ExportMaterial(Scene, Material, string) |