regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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