This commit is contained in:
ousttrue
2021-06-15 20:02:45 +09:00
parent cb59024f8e
commit 55db3fa8c3
2 changed files with 9 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ namespace UniVRM10
if (GUILayout.Button("Clear"))
{
importer.ClearExternalObjects(
typeof(VRM10ObjectMeta),
typeof(VRM10Object),
typeof(VRM10Expression));
}
}