public static List <(Type, Type)> GetAllSystemTypes( bool isOnlyWithSettings = false) { return(SystemsUtility.GetAllSystemTypes(SystemsUtility.SystemType.Both, typeof(GFEditorSystem), null, typeof(GFEditorSystemSettings), isOnlyWithSettings)); }
public static List <(Type, Type)> GetAllSystemTypes(SystemsUtility.SystemType type, bool isOnlyWithSettings = false) { return(SystemsUtility.GetAllSystemTypes(type, typeof(GFSystem), typeof(GFUpdateSystem), typeof(GFSystemSettings), isOnlyWithSettings)); }