Exemplo n.º 1
0
 private static void AdviseGenerateUISchema(EditorPluginModel model)
 {
     model.GenerateUIElementsSchema.Set(_ => UIElementsSupport.GenerateSchema());
 }
Exemplo n.º 2
0
 private static void AdviseGenerateUISchema(BackendUnityModel model)
 {
     model.GenerateUIElementsSchema.Set(_ => UIElementsSupport.GenerateSchema());
 }