add an argument to IMaterialDescriptorGenerator.GetGltfDefault

This commit is contained in:
Masataka SUMI
2024-08-02 01:17:35 +09:00
parent 3900e01b49
commit ee1b4a0490

View File

@@ -14,6 +14,6 @@
/// <summary>
/// Generate the MaterialDescriptor for the non-specified glTF material.
/// </summary>
MaterialDescriptor GetGltfDefault();
MaterialDescriptor GetGltfDefault(string materialName = null);
}
}