added heuristcs substrings

This commit is contained in:
Samuele Lorefice
2025-02-26 17:37:49 +01:00
parent 869fd3b794
commit 1a34d70f8d

View File

@@ -21,7 +21,8 @@ namespace CodeGenerator {
private const string OutPath = @"GeneratedOutput"; private const string OutPath = @"GeneratedOutput";
private const string Namespace = "BlendFile"; private const string Namespace = "BlendFile";
private static HashSet<string> _customTypes; private static HashSet<string> _customTypes;
private static readonly string[] ListLenghtStr = {"count", "length", "size"};
private static void Log(string message) { private static void Log(string message) {
Sb.AppendLine(message); Sb.AppendLine(message);
Console.WriteLine(message); Console.WriteLine(message);