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,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(34, "Library")]
public class Library {
[DNAFieldAttribute(0, "ID", "id", 208)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
public ID id;
[DNAFieldAttribute(1, "char", "name[1024]", 1)]
[DNAFieldAttribute(1, "char", "name[1024]", "System.Char[]", 1)]
public char[] name = new System.Char[1024];
[DNAFieldAttribute(2, "PackedFile", "*packedfile", 24)]
[DNAFieldAttribute(2, "PackedFile", "*packedfile", "PackedFile", 24)]
public PackedFile ptr_packedfile;
[DNAFieldAttribute(3, "Library_Runtime", "runtime", 1064)]
[DNAFieldAttribute(3, "Library_Runtime", "runtime", "Library_Runtime", 1064)]
public Library_Runtime runtime;
public Library() {
this.id = default;