Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(862, "bToolRef", 168)]
|
||||
public class bToolRef {
|
||||
[DNAFieldAttribute(0, "bToolRef", "*next", "bToolRef", 8, true)]
|
||||
[DNAFieldAttribute(0, "bToolRef", "*next", "bToolRef", 8, true, 0)]
|
||||
public bToolRef ptr_next;
|
||||
[DNAFieldAttribute(1, "bToolRef", "*prev", "bToolRef", 8, true)]
|
||||
[DNAFieldAttribute(1, "bToolRef", "*prev", "bToolRef", 8, true, 8)]
|
||||
public bToolRef ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 64, false, 16)]
|
||||
public char[] idname = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "char", "idname_fallback[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(3, "char", "idname_fallback[64]", "System.Char[]", 64, false, 80)]
|
||||
public char[] idname_fallback = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "short", "tag", "short", 2, false)]
|
||||
[DNAFieldAttribute(4, "short", "tag", "short", 2, false, 144)]
|
||||
public short tag;
|
||||
[DNAFieldAttribute(5, "short", "space_type", "short", 2, false)]
|
||||
[DNAFieldAttribute(5, "short", "space_type", "short", 2, false, 146)]
|
||||
public short space_type;
|
||||
[DNAFieldAttribute(6, "int", "mode", "int", 4, false)]
|
||||
[DNAFieldAttribute(6, "int", "mode", "int", 4, false, 148)]
|
||||
public int mode;
|
||||
[DNAFieldAttribute(7, "IDProperty", "*properties", "IDProperty", 8, true)]
|
||||
[DNAFieldAttribute(7, "IDProperty", "*properties", "IDProperty", 8, true, 152)]
|
||||
public IDProperty ptr_properties;
|
||||
[DNAFieldAttribute(8, "bToolRef_Runtime", "*runtime", "bToolRef_Runtime", 8, true)]
|
||||
[DNAFieldAttribute(8, "bToolRef_Runtime", "*runtime", "bToolRef_Runtime", 8, true, 160)]
|
||||
public bToolRef_Runtime ptr_runtime;
|
||||
public bToolRef() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user