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