private static void AdviseGenerateUISchema(EditorPluginModel model)
 {
     model.GenerateUIElementsSchema.Set(_ => UIElementsSupport.GenerateSchema());
 }
Example #2
0
 private static void AdviseGenerateUISchema(BackendUnityModel model)
 {
     model.GenerateUIElementsSchema.Set(_ => UIElementsSupport.GenerateSchema());
 }