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,30 +14,30 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(987, "uiFontStyle", 32)]
public struct uiFontStyle {
[DNAFieldAttribute(0, "short", "uifont_id", "short", 2, false, 0)]
public class uiFontStyle {
[DNAFieldAttribute(2, "short", 0, "uifont_id", "short", false, 0)]
public short uifont_id;
[DNAFieldAttribute(1, "char", "_pad1[2]", "System.Char[]", 2, false, 2)]
[DNAFieldAttribute(2, "char", 1, "_pad1[2]", "System.Char[]", false, 2)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(2, "float", "points", "float", 4, false, 4)]
[DNAFieldAttribute(4, "float", 2, "points", "float", false, 4)]
public float points;
[DNAFieldAttribute(3, "short", "italic", "short", 2, false, 8)]
[DNAFieldAttribute(2, "short", 3, "italic", "short", false, 8)]
public short italic;
[DNAFieldAttribute(4, "short", "bold", "short", 2, false, 10)]
[DNAFieldAttribute(2, "short", 4, "bold", "short", false, 10)]
public short bold;
[DNAFieldAttribute(5, "short", "shadow", "short", 2, false, 12)]
[DNAFieldAttribute(2, "short", 5, "shadow", "short", false, 12)]
public short shadow;
[DNAFieldAttribute(6, "short", "shadx", "short", 2, false, 14)]
[DNAFieldAttribute(2, "short", 6, "shadx", "short", false, 14)]
public short shadx;
[DNAFieldAttribute(7, "short", "shady", "short", 2, false, 16)]
[DNAFieldAttribute(2, "short", 7, "shady", "short", false, 16)]
public short shady;
[DNAFieldAttribute(8, "char", "_pad0[2]", "System.Char[]", 2, false, 18)]
[DNAFieldAttribute(2, "char", 8, "_pad0[2]", "System.Char[]", false, 18)]
public char[] _pad0 = new System.Char[2];
[DNAFieldAttribute(9, "float", "shadowalpha", "float", 4, false, 20)]
[DNAFieldAttribute(4, "float", 9, "shadowalpha", "float", false, 20)]
public float shadowalpha;
[DNAFieldAttribute(10, "float", "shadowcolor", "float", 4, false, 24)]
[DNAFieldAttribute(4, "float", 10, "shadowcolor", "float", false, 24)]
public float shadowcolor;
[DNAFieldAttribute(11, "int", "character_weight", "int", 4, false, 28)]
[DNAFieldAttribute(4, "int", 11, "character_weight", "int", false, 28)]
public int character_weight;
public uiFontStyle() {
this.uifont_id = default;