Stop inheritance

This commit is contained in:
Masataka SUMI 2022-11-04 16:12:22 +09:00
parent 6fe4f9ac24
commit 04c14a2b86

View File

@ -15,7 +15,7 @@ namespace UniGLTF
"Unlit/Transparent Cutout",
};
public virtual glTFMaterial ExportMaterial(Material m, ITextureExporter textureExporter, GltfExportSettings settings)
public glTFMaterial ExportMaterial(Material m, ITextureExporter textureExporter, GltfExportSettings settings)
{
glTFMaterial dst;
switch (m.shader.name)