Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,27 +15,27 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(25, "IDProperty", 136)]
|
||||
public class IDProperty {
|
||||
[DNAFieldAttribute(0, "IDProperty", "*next", "IDProperty", 8, true)]
|
||||
[DNAFieldAttribute(0, "IDProperty", "*next", "IDProperty", 8, true, 0)]
|
||||
public IDProperty ptr_next;
|
||||
[DNAFieldAttribute(1, "IDProperty", "*prev", "IDProperty", 8, true)]
|
||||
[DNAFieldAttribute(1, "IDProperty", "*prev", "IDProperty", 8, true, 8)]
|
||||
public IDProperty ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "type", "char", 1, false)]
|
||||
[DNAFieldAttribute(2, "char", "type", "char", 1, false, 16)]
|
||||
public char type;
|
||||
[DNAFieldAttribute(3, "char", "subtype", "char", 1, false)]
|
||||
[DNAFieldAttribute(3, "char", "subtype", "char", 1, false, 17)]
|
||||
public char subtype;
|
||||
[DNAFieldAttribute(4, "short", "flag", "short", 2, false)]
|
||||
[DNAFieldAttribute(4, "short", "flag", "short", 2, false, 18)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(5, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(5, "char", "name[64]", "System.Char[]", 64, false, 20)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(6, "char", "_pad0[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(6, "char", "_pad0[4]", "System.Char[]", 4, false, 84)]
|
||||
public char[] _pad0 = new System.Char[4];
|
||||
[DNAFieldAttribute(7, "IDPropertyData", "data", "IDPropertyData", 32, false)]
|
||||
[DNAFieldAttribute(7, "IDPropertyData", "data", "IDPropertyData", 32, false, 88)]
|
||||
public IDPropertyData data;
|
||||
[DNAFieldAttribute(8, "int", "len", "int", 4, false)]
|
||||
[DNAFieldAttribute(8, "int", "len", "int", 4, false, 120)]
|
||||
public int len;
|
||||
[DNAFieldAttribute(9, "int", "totallen", "int", 4, false)]
|
||||
[DNAFieldAttribute(9, "int", "totallen", "int", 4, false, 124)]
|
||||
public int totallen;
|
||||
[DNAFieldAttribute(10, "IDPropertyUIData", "*ui_data", "IDPropertyUIData", 8, true)]
|
||||
[DNAFieldAttribute(10, "IDPropertyUIData", "*ui_data", "IDPropertyUIData", 8, true, 128)]
|
||||
public IDPropertyUIData ptr_ui_data;
|
||||
public IDProperty() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user