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(); }
static PluginDesigner() { InvertApplication.CacheAssembly(typeof(PluginDesigner).Assembly); }
static EcsTemplates() { InvertApplication.CacheAssembly(typeof(EcsTemplates).Assembly); InvertApplication.CacheAssembly(typeof(UFAction).Assembly); InvertApplication.CacheTypeAssembly(typeof(UFAction).Assembly); }
static MvvmTemplate() { InvertApplication.CacheAssembly(typeof(MvvmTemplate).Assembly); }