regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(67, "ActionSlot")]
public class ActionSlot {
[DNAFieldAttribute(0, "char", "name[66]", "System.Char[]", 1)]
[DNAFieldAttribute(0, "char", "name[66]", "System.Char[]", 66, false)]
public char[] name = new System.Char[66];
[DNAFieldAttribute(1, "uchar", "_pad0[2]", "System.Byte[]", 1)]
[DNAFieldAttribute(1, "uchar", "_pad0[2]", "System.Byte[]", 2, false)]
public byte[] _pad0 = new System.Byte[2];
[DNAFieldAttribute(2, "int", "idtype", "int", 4)]
[DNAFieldAttribute(2, "int", "idtype", "int", 4, false)]
public int idtype;
[DNAFieldAttribute(3, "int", "handle", "int", 4)]
[DNAFieldAttribute(3, "int", "handle", "int", 4, false)]
public int handle;
[DNAFieldAttribute(4, "int8_t", "slot_flags", "int8_t", 1)]
[DNAFieldAttribute(4, "int8_t", "slot_flags", "int8_t", 1, false)]
public sbyte slot_flags;
[DNAFieldAttribute(5, "uchar", "_pad1[3]", "System.Byte[]", 1)]
[DNAFieldAttribute(5, "uchar", "_pad1[3]", "System.Byte[]", 3, false)]
public byte[] _pad1 = new System.Byte[3];
[DNAFieldAttribute(6, "ActionSlotRuntimeHandle", "*runtime", "ActionSlotRuntimeHandle", 0)]
[DNAFieldAttribute(6, "ActionSlotRuntimeHandle", "*runtime", "ActionSlotRuntimeHandle", 4, true)]
public ActionSlotRuntimeHandle ptr_runtime;
public ActionSlot() {
this.name = default;