mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-12 22:10:11 -05:00
rename
This commit is contained in:
@@ -13,7 +13,7 @@ namespace UniVRM10
|
||||
/// は SubModuleになった。 `$ git submodule update --init` しておくこと。
|
||||
///
|
||||
/// </summary>
|
||||
public static class GeneratorMenu
|
||||
public static class Vrm10SerializerGenerator
|
||||
{
|
||||
struct GenerateInfo
|
||||
{
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7f8755f9d806837408cd04ebb587489c
|
||||
guid: 7e5497454373c2a458526799422de3ad
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
@@ -16,10 +16,10 @@ namespace UniVRM10
|
||||
static void OpenWindow() => VRM10Window.Open();
|
||||
|
||||
[MenuItem(DevelopmentMenuPrefix + "/Generate from JsonSchema")]
|
||||
public static void Generate() => GeneratorMenu.Run(false);
|
||||
public static void Generate() => Vrm10SerializerGenerator.Run(false);
|
||||
|
||||
[MenuItem(DevelopmentMenuPrefix + "/Generate from JsonSchema(debug)")]
|
||||
public static void Parse() => GeneratorMenu.Run(true);
|
||||
public static void Parse() => Vrm10SerializerGenerator.Run(true);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user