Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(1070, "WorkSpaceDataRelation", 40)]
public class WorkSpaceDataRelation {
[DNAFieldAttribute(0, "WorkSpaceDataRelation", "*next", "WorkSpaceDataRelation", 8, true)]
[DNAFieldAttribute(0, "WorkSpaceDataRelation", "*next", "WorkSpaceDataRelation", 8, true, 0)]
public WorkSpaceDataRelation ptr_next;
[DNAFieldAttribute(1, "WorkSpaceDataRelation", "*prev", "WorkSpaceDataRelation", 8, true)]
[DNAFieldAttribute(1, "WorkSpaceDataRelation", "*prev", "WorkSpaceDataRelation", 8, true, 8)]
public WorkSpaceDataRelation ptr_prev;
[DNAFieldAttribute(2, "void", "*parent", "void", 8, true)]
[DNAFieldAttribute(2, "void", "*parent", "void", 8, true, 16)]
public object ptr_parent;
[DNAFieldAttribute(3, "void", "*value", "void", 8, true)]
[DNAFieldAttribute(3, "void", "*value", "void", 8, true, 24)]
public object ptr_value;
[DNAFieldAttribute(4, "int", "parentid", "int", 4, false)]
[DNAFieldAttribute(4, "int", "parentid", "int", 4, false, 32)]
public int parentid;
[DNAFieldAttribute(5, "char", "_pad_0[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(5, "char", "_pad_0[4]", "System.Char[]", 4, false, 36)]
public char[] _pad_0 = new System.Char[4];
public WorkSpaceDataRelation() {
this.ptr_next = default;