mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 04:19:42 -05:00
add VRMMeta
This commit is contained in:
@@ -8,8 +8,8 @@ public static class VRMMonoBehaviourComparator
|
||||
public static bool AssertAreEquals(GameObject l, GameObject r)
|
||||
{
|
||||
return
|
||||
AssertAreEquals<VRMMetaInformation>(l, r,
|
||||
(x, y) => x[0].Equals(y[0]))
|
||||
AssertAreEquals<VRMMeta>(l, r,
|
||||
(x, y) => x[0].Meta.Equals(y[0].Meta))
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user