Exemplo n.º 1
0
 static UnityPlatformPlugin()
 {
     InvertApplication.CachedAssembly(typeof(UnityPlatformPlugin).Assembly);
     InvertApplication.CachedAssembly(typeof(Vector3).Assembly);
     InvertApplication.CachedTypeAssembly(typeof(Vector3).Assembly);
     InvertGraphEditor.Prefs          = new UnityPlatformPreferences();
     InvertApplication.Logger         = new UnityPlatform();
     InvertGraphEditor.Platform       = new UnityPlatform();
     InvertGraphEditor.PlatformDrawer = new UnityDrawer();
 }
Exemplo n.º 2
0
 static uFrameMVVM()
 {
     InvertApplication.CachedTypeAssembly(typeof(uFrameMVVM).Assembly);
     InvertApplication.TypeAssemblies.AddRange(AppDomain.CurrentDomain.GetAssemblies().Where(p => p.FullName.StartsWith("Assembly")));
 }
Exemplo n.º 3
0
 static MvvmTemplate()
 {
     InvertApplication.CachedAssembly(typeof(MvvmTemplate).Assembly);
     InvertApplication.CachedAssembly(typeof(UFAction).Assembly);
     InvertApplication.CachedTypeAssembly(typeof(UFAction).Assembly);
 }
Exemplo n.º 4
0
 static EcsTemplates()
 {
     InvertApplication.CachedAssembly(typeof(EcsTemplates).Assembly);
     InvertApplication.CachedAssembly(typeof(UFAction).Assembly);
     InvertApplication.CachedTypeAssembly(typeof(UFAction).Assembly);
 }
Exemplo n.º 5
0
 static uFrameMVVM()
 {
     InvertApplication.CachedTypeAssembly(typeof(uFrameMVVM).Assembly);
 }