Пример #1
0
 public static List <(Type, Type)> GetAllSystemTypes(
     bool isOnlyWithSettings = false)
 {
     return(SystemsUtility.GetAllSystemTypes(SystemsUtility.SystemType.Both, typeof(GFEditorSystem), null, typeof(GFEditorSystemSettings), isOnlyWithSettings));
 }
Пример #2
0
 public static List <(Type, Type)> GetAllSystemTypes(SystemsUtility.SystemType type,
                                                     bool isOnlyWithSettings = false)
 {
     return(SystemsUtility.GetAllSystemTypes(type, typeof(GFSystem), typeof(GFUpdateSystem), typeof(GFSystemSettings), isOnlyWithSettings));
 }