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,28 +14,28 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(989, "uiWidgetColors", 40)]
public struct uiWidgetColors {
[DNAFieldAttribute(0, "char", "outline[4]", "System.Char[]", 4, false, 0)]
public class uiWidgetColors {
[DNAFieldAttribute(4, "char", 0, "outline[4]", "System.Char[]", false, 0)]
public char[] outline = new System.Char[4];
[DNAFieldAttribute(1, "char", "inner[4]", "System.Char[]", 4, false, 4)]
[DNAFieldAttribute(4, "char", 1, "inner[4]", "System.Char[]", false, 4)]
public char[] inner = new System.Char[4];
[DNAFieldAttribute(2, "char", "inner_sel[4]", "System.Char[]", 4, false, 8)]
[DNAFieldAttribute(4, "char", 2, "inner_sel[4]", "System.Char[]", false, 8)]
public char[] inner_sel = new System.Char[4];
[DNAFieldAttribute(3, "char", "item[4]", "System.Char[]", 4, false, 12)]
[DNAFieldAttribute(4, "char", 3, "item[4]", "System.Char[]", false, 12)]
public char[] item = new System.Char[4];
[DNAFieldAttribute(4, "char", "text[4]", "System.Char[]", 4, false, 16)]
[DNAFieldAttribute(4, "char", 4, "text[4]", "System.Char[]", false, 16)]
public char[] text = new System.Char[4];
[DNAFieldAttribute(5, "char", "text_sel[4]", "System.Char[]", 4, false, 20)]
[DNAFieldAttribute(4, "char", 5, "text_sel[4]", "System.Char[]", false, 20)]
public char[] text_sel = new System.Char[4];
[DNAFieldAttribute(6, "char", "shaded", "char", 1, false, 24)]
[DNAFieldAttribute(1, "char", 6, "shaded", "char", false, 24)]
public char shaded;
[DNAFieldAttribute(7, "char", "_pad0[7]", "System.Char[]", 7, false, 25)]
[DNAFieldAttribute(7, "char", 7, "_pad0[7]", "System.Char[]", false, 25)]
public char[] _pad0 = new System.Char[7];
[DNAFieldAttribute(8, "short", "shadetop", "short", 2, false, 32)]
[DNAFieldAttribute(2, "short", 8, "shadetop", "short", false, 32)]
public short shadetop;
[DNAFieldAttribute(9, "short", "shadedown", "short", 2, false, 34)]
[DNAFieldAttribute(2, "short", 9, "shadedown", "short", false, 34)]
public short shadedown;
[DNAFieldAttribute(10, "float", "roundness", "float", 4, false, 36)]
[DNAFieldAttribute(4, "float", 10, "roundness", "float", false, 36)]
public float roundness;
public uiWidgetColors() {
this.outline = default;