added heuristcs substrings
This commit is contained in:
@@ -21,6 +21,7 @@ namespace CodeGenerator {
|
||||
private const string OutPath = @"GeneratedOutput";
|
||||
private const string Namespace = "BlendFile";
|
||||
private static HashSet<string> _customTypes;
|
||||
private static readonly string[] ListLenghtStr = {"count", "length", "size"};
|
||||
|
||||
private static void Log(string message) {
|
||||
Sb.AppendLine(message);
|
||||
|
||||
Reference in New Issue
Block a user