Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(871, "AssetShelf", 216)]
|
||||
public class AssetShelf {
|
||||
[DNAFieldAttribute(0, "AssetShelf", "*next", "AssetShelf", 8, true)]
|
||||
[DNAFieldAttribute(0, "AssetShelf", "*next", "AssetShelf", 8, true, 0)]
|
||||
public AssetShelf ptr_next;
|
||||
[DNAFieldAttribute(1, "AssetShelf", "*prev", "AssetShelf", 8, true)]
|
||||
[DNAFieldAttribute(1, "AssetShelf", "*prev", "AssetShelf", 8, true, 8)]
|
||||
public AssetShelf 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, "AssetShelfType", "*type", "AssetShelfType", 8, true)]
|
||||
[DNAFieldAttribute(3, "AssetShelfType", "*type", "AssetShelfType", 8, true, 80)]
|
||||
public AssetShelfType ptr_type;
|
||||
[DNAFieldAttribute(4, "AssetShelfSettings", "settings", "AssetShelfSettings", 120, false)]
|
||||
[DNAFieldAttribute(4, "AssetShelfSettings", "settings", "AssetShelfSettings", 120, false, 88)]
|
||||
public AssetShelfSettings settings;
|
||||
[DNAFieldAttribute(5, "short", "preferred_row_count", "short", 2, false)]
|
||||
[DNAFieldAttribute(5, "short", "preferred_row_count", "short", 2, false, 208)]
|
||||
public short preferred_row_count;
|
||||
[DNAFieldAttribute(6, "short", "instance_flag", "short", 2, false)]
|
||||
[DNAFieldAttribute(6, "short", "instance_flag", "short", 2, false, 210)]
|
||||
public short instance_flag;
|
||||
[DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 4, false, 212)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public AssetShelf() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user