Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -33,9 +33,9 @@ namespace BlendFile.DNA {
public char gen_flag;
[DNAFieldAttribute(2, "short", 8, "gen_depth", "short", false, 54)]
public short gen_depth;
[DNAFieldAttribute(16, "float", 9, "gen_color[4]", "System.Single[]", false, 56)]
[DNAArrayAttribute(16, "float", 9, "gen_color[4]", "System.Single[]", 4, 56)]
public float[] gen_color = new System.Single[4];
[DNAFieldAttribute(64, "char", 10, "label[64]", "System.Char[]", false, 72)]
[DNAArrayAttribute(64, "char", 10, "label[64]", "System.Char[]", 64, 72)]
public char[] label = new System.Char[64];
public ImageTile() {
this.next = default;