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

@@ -19,7 +19,7 @@ namespace BlendFile.DNA {
public AssetShelf next;
[DNAFieldAttribute(8, "AssetShelf", 1, "*prev", "AssetShelf", true, 8)]
public AssetShelf prev;
[DNAFieldAttribute(64, "char", 2, "idname[64]", "System.Char[]", false, 16)]
[DNAArrayAttribute(64, "char", 2, "idname[64]", "System.Char[]", 64, 16)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(8, "AssetShelfType", 3, "*type", "AssetShelfType", true, 80)]
public AssetShelfType type;
@@ -29,7 +29,7 @@ namespace BlendFile.DNA {
public short preferred_row_count;
[DNAFieldAttribute(2, "short", 6, "instance_flag", "short", false, 210)]
public short instance_flag;
[DNAFieldAttribute(4, "char", 7, "_pad[4]", "System.Char[]", false, 212)]
[DNAArrayAttribute(4, "char", 7, "_pad[4]", "System.Char[]", 4, 212)]
public char[] _pad = new System.Char[4];
public AssetShelf() {
this.next = default;