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

@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
[DNAClassAttribute(67, "ActionSlot", 88)]
public class ActionSlot {
[DNAFieldAttribute(66, "char", 0, "name[66]", "System.Char[]", false, 0)]
[DNAArrayAttribute(66, "char", 0, "name[66]", "System.Char[]", 66, 0)]
public char[] name = new System.Char[66];
[DNAFieldAttribute(2, "uchar", 1, "_pad0[2]", "System.Byte[]", false, 66)]
[DNAArrayAttribute(2, "uchar", 1, "_pad0[2]", "System.Byte[]", 2, 66)]
public byte[] _pad0 = new System.Byte[2];
[DNAFieldAttribute(4, "int", 2, "idtype", "int", false, 68)]
public int idtype;
@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public int handle;
[DNAFieldAttribute(1, "int8_t", 4, "slot_flags", "int8_t", false, 76)]
public sbyte slot_flags;
[DNAFieldAttribute(3, "uchar", 5, "_pad1[3]", "System.Byte[]", false, 77)]
[DNAArrayAttribute(3, "uchar", 5, "_pad1[3]", "System.Byte[]", 3, 77)]
public byte[] _pad1 = new System.Byte[3];
[DNAFieldAttribute(8, "ActionSlotRuntimeHandle", 6, "*runtime", "ActionSlotRuntimeHandle", true, 80)]
public ActionSlotRuntimeHandle runtime;