Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(29, "IDOverrideLibrary", 56)]
|
||||
public class IDOverrideLibrary {
|
||||
[DNAFieldAttribute(0, "ID", "*reference", "ID", 8, true)]
|
||||
[DNAFieldAttribute(0, "ID", "*reference", "ID", 8, true, 0)]
|
||||
public ID ptr_reference;
|
||||
[DNAFieldAttribute(1, "ListBase", "properties", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(1, "ListBase", "properties", "ListBase", 16, false, 8)]
|
||||
public ListBase properties;
|
||||
[DNAFieldAttribute(2, "ID", "*hierarchy_root", "ID", 8, true)]
|
||||
[DNAFieldAttribute(2, "ID", "*hierarchy_root", "ID", 8, true, 24)]
|
||||
public ID ptr_hierarchy_root;
|
||||
[DNAFieldAttribute(3, "ID", "*storage", "ID", 8, true)]
|
||||
[DNAFieldAttribute(3, "ID", "*storage", "ID", 8, true, 32)]
|
||||
public ID ptr_storage;
|
||||
[DNAFieldAttribute(4, "IDOverrideLibraryRuntime", "*runtime", "IDOverrideLibraryRuntime", 8, true)]
|
||||
[DNAFieldAttribute(4, "IDOverrideLibraryRuntime", "*runtime", "IDOverrideLibraryRuntime", 8, true, 40)]
|
||||
public IDOverrideLibraryRuntime ptr_runtime;
|
||||
[DNAFieldAttribute(5, "int", "flag", "int", 4, false)]
|
||||
[DNAFieldAttribute(5, "int", "flag", "int", 4, false, 48)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(6, "char", "_pad_1[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(6, "char", "_pad_1[4]", "System.Char[]", 4, false, 52)]
|
||||
public char[] _pad_1 = new System.Char[4];
|
||||
public IDOverrideLibrary() {
|
||||
this.ptr_reference = default;
|
||||
|
||||
Reference in New Issue
Block a user