mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-19 17:27:56 -05:00
9 lines
184 B
C#
9 lines
184 B
C#
using UniGLTF;
|
|
|
|
namespace UniVRM10.VRM10Viewer
|
|
{
|
|
public interface IMaterialImporter
|
|
{
|
|
bool TryCreateParam(GltfData data, int i, out MaterialDescriptor matDesc);
|
|
}
|
|
} |