Interface IMaterialExport
Converts a Unity Material into a glTF material
Namespace: GLTFast.Export
Assembly: solution.dll
Syntax
public interface IMaterialExport
Methods
Name | Description |
---|---|
ConvertMaterial(Material, out Material, IGltfWritable, ICodeLogger) | Converts a Unity material to a glTF material. |