Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,18 +14,18 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(112, "bUUID", 16)]
public struct bUUID {
[DNAFieldAttribute(0, "int", "time_low", "int", 4, false, 0)]
public class bUUID {
[DNAFieldAttribute(4, "int", 0, "time_low", "int", false, 0)]
public int time_low;
[DNAFieldAttribute(1, "ushort", "time_mid", "ushort", 2, false, 4)]
[DNAFieldAttribute(2, "ushort", 1, "time_mid", "ushort", false, 4)]
public ushort time_mid;
[DNAFieldAttribute(2, "ushort", "time_hi_and_version", "ushort", 2, false, 6)]
[DNAFieldAttribute(2, "ushort", 2, "time_hi_and_version", "ushort", false, 6)]
public ushort time_hi_and_version;
[DNAFieldAttribute(3, "uchar", "clock_seq_hi_and_reserved", "uchar", 1, false, 8)]
[DNAFieldAttribute(1, "uchar", 3, "clock_seq_hi_and_reserved", "uchar", false, 8)]
public byte clock_seq_hi_and_reserved;
[DNAFieldAttribute(4, "uchar", "clock_seq_low", "uchar", 1, false, 9)]
[DNAFieldAttribute(1, "uchar", 4, "clock_seq_low", "uchar", false, 9)]
public byte clock_seq_low;
[DNAFieldAttribute(5, "uchar", "node[6]", "System.Byte[]", 6, false, 10)]
[DNAFieldAttribute(6, "uchar", 5, "node[6]", "System.Byte[]", false, 10)]
public byte[] node = new System.Byte[6];
public bUUID() {
this.time_low = default;