Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(37, "Library_Runtime", 1064)]
|
||||
public class Library_Runtime {
|
||||
[DNAFieldAttribute(0, "UniqueName_Map", "*name_map", "UniqueName_Map", 8, true)]
|
||||
[DNAFieldAttribute(0, "UniqueName_Map", "*name_map", "UniqueName_Map", 8, true, 0)]
|
||||
public UniqueName_Map ptr_name_map;
|
||||
[DNAFieldAttribute(1, "FileData", "*filedata", "FileData", 8, true)]
|
||||
[DNAFieldAttribute(1, "FileData", "*filedata", "FileData", 8, true, 8)]
|
||||
public FileData ptr_filedata;
|
||||
[DNAFieldAttribute(2, "char", "filepath_abs[1024]", "System.Char[]", 1024, false)]
|
||||
[DNAFieldAttribute(2, "char", "filepath_abs[1024]", "System.Char[]", 1024, false, 16)]
|
||||
public char[] filepath_abs = new System.Char[1024];
|
||||
[DNAFieldAttribute(3, "Library", "*parent", "Library", 8, true)]
|
||||
[DNAFieldAttribute(3, "Library", "*parent", "Library", 8, true, 1040)]
|
||||
public Library ptr_parent;
|
||||
[DNAFieldAttribute(4, "ushort", "tag", "ushort", 2, false)]
|
||||
[DNAFieldAttribute(4, "ushort", "tag", "ushort", 2, false, 1048)]
|
||||
public ushort tag;
|
||||
[DNAFieldAttribute(5, "char", "_pad[6]", "System.Char[]", 6, false)]
|
||||
[DNAFieldAttribute(5, "char", "_pad[6]", "System.Char[]", 6, false, 1050)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
[DNAFieldAttribute(6, "int", "temp_index", "int", 4, false)]
|
||||
[DNAFieldAttribute(6, "int", "temp_index", "int", 4, false, 1056)]
|
||||
public int temp_index;
|
||||
[DNAFieldAttribute(7, "short", "versionfile", "short", 2, false)]
|
||||
[DNAFieldAttribute(7, "short", "versionfile", "short", 2, false, 1060)]
|
||||
public short versionfile;
|
||||
[DNAFieldAttribute(8, "short", "subversionfile", "short", 2, false)]
|
||||
[DNAFieldAttribute(8, "short", "subversionfile", "short", 2, false, 1062)]
|
||||
public short subversionfile;
|
||||
public Library_Runtime() {
|
||||
this.ptr_name_map = default;
|
||||
|
||||
Reference in New Issue
Block a user