Added Generation Output
This commit is contained in:
26
BlendFile/DNA/Library_Runtime.cs
Normal file
26
BlendFile/DNA/Library_Runtime.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class Library_Runtime {
|
||||
public UniqueName_Map ptr_name_map;
|
||||
public FileData ptr_filedata;
|
||||
public char[] filepath_abs = new System.Char[1024];
|
||||
public Library ptr_parent;
|
||||
public @ushort tag;
|
||||
public char[] _pad = new System.Char[6];
|
||||
public int temp_index;
|
||||
public short versionfile;
|
||||
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;
|
||||
this.ptr_filedata = ptr_filedata;
|
||||
this.filepath_abs = filepath_abs;
|
||||
this.ptr_parent = ptr_parent;
|
||||
this.tag = tag;
|
||||
this._pad = _pad;
|
||||
this.temp_index = temp_index;
|
||||
this.versionfile = versionfile;
|
||||
this.subversionfile = subversionfile;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user