added heuristcs substrings
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user