Regenerated all the files
This commit is contained in:
@@ -11,16 +11,26 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class Library_Runtime {
|
||||
[DNAFieldAttribute(0, "UniqueName_Map", "*name_map", 0)]
|
||||
public UniqueName_Map ptr_name_map;
|
||||
[DNAFieldAttribute(1, "FileData", "*filedata", 0)]
|
||||
public FileData ptr_filedata;
|
||||
[DNAFieldAttribute(2, "char", "filepath_abs[1024]", 1)]
|
||||
public char[] filepath_abs = new System.Char[1024];
|
||||
[DNAFieldAttribute(3, "Library", "*parent", 2304)]
|
||||
public Library ptr_parent;
|
||||
[DNAFieldAttribute(4, "ushort", "tag", 2)]
|
||||
public ushort tag;
|
||||
[DNAFieldAttribute(5, "char", "_pad[6]", 1)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
[DNAFieldAttribute(6, "int", "temp_index", 4)]
|
||||
public int temp_index;
|
||||
[DNAFieldAttribute(7, "short", "versionfile", 2)]
|
||||
public short versionfile;
|
||||
[DNAFieldAttribute(8, "short", "subversionfile", 2)]
|
||||
public short subversionfile;
|
||||
public Library_Runtime(UniqueName_Map ptr_name_map, FileData ptr_filedata, char[] filepath_abs, Library ptr_parent, ushort tag, char[] _pad, int temp_index, short versionfile, short subversionfile) {
|
||||
this.ptr_name_map = ptr_name_map;
|
||||
|
||||
Reference in New Issue
Block a user