Files
BlenderSharp/BlendFile/DNA/Library_Runtime.cs
2025-01-22 02:23:29 +01:00

27 lines
1.1 KiB
C#

// 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;
}
}
}