mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-18 16:53:15 -05:00
Dispose 上の方
This commit is contained in:
parent
f966abb9e4
commit
163308e2f4
|
|
@ -52,6 +52,11 @@ namespace UniVRM10
|
|||
MigratedBytes = migratedBytes;
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
Data.Dispose();
|
||||
}
|
||||
|
||||
public static bool TryParseOrMigrate(string path, bool doMigrate, out Vrm10Data result)
|
||||
{
|
||||
return TryParseOrMigrate(path, File.ReadAllBytes(path), doMigrate, out result);
|
||||
|
|
@ -161,10 +166,5 @@ namespace UniVRM10
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
Data.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user