コード例 #1
0
 static UnityPlatformPlugin()
 {
     InvertApplication.CacheAssembly(typeof(UnityPlatformPlugin).Assembly);
     InvertApplication.CacheAssembly(typeof(Vector3).Assembly);
     InvertApplication.CacheTypeAssembly(typeof(Vector3).Assembly);
     InvertGraphEditor.Prefs          = new UnityPlatformPreferences();
     InvertApplication.Logger         = new UnityPlatform();
     InvertGraphEditor.Platform       = new UnityPlatform();
     InvertGraphEditor.PlatformDrawer = new UnityDrawer();
 }
コード例 #2
0
 static PluginDesigner()
 {
     InvertApplication.CacheAssembly(typeof(PluginDesigner).Assembly);
 }
コード例 #3
0
 static EcsTemplates()
 {
     InvertApplication.CacheAssembly(typeof(EcsTemplates).Assembly);
     InvertApplication.CacheAssembly(typeof(UFAction).Assembly);
     InvertApplication.CacheTypeAssembly(typeof(UFAction).Assembly);
 }
コード例 #4
0
 static MvvmTemplate()
 {
     InvertApplication.CacheAssembly(typeof(MvvmTemplate).Assembly);
 }