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,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(215, "VFont")]
public class VFont {
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
public ID id;
[DNAFieldAttribute(1, "char", "name[1024]", "System.Char[]", 1)]
[DNAFieldAttribute(1, "char", "name[1024]", "System.Char[]", 1024, false)]
public char[] name = new System.Char[1024];
[DNAFieldAttribute(2, "VFontData", "*data", "VFontData", 0)]
[DNAFieldAttribute(2, "VFontData", "*data", "VFontData", 4, true)]
public VFontData ptr_data;
[DNAFieldAttribute(3, "PackedFile", "*packedfile", "PackedFile", 24)]
[DNAFieldAttribute(3, "PackedFile", "*packedfile", "PackedFile", 4, true)]
public PackedFile ptr_packedfile;
[DNAFieldAttribute(4, "PackedFile", "*temp_pf", "PackedFile", 24)]
[DNAFieldAttribute(4, "PackedFile", "*temp_pf", "PackedFile", 4, true)]
public PackedFile ptr_temp_pf;
public VFont() {
this.id = default;