23 lines
895 B
C#
23 lines
895 B
C#
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
|
namespace BlendFile.DNA {
|
|
|
|
public class IDOverrideLibrary {
|
|
public ID ptr_reference;
|
|
public ListBase properties;
|
|
public ID ptr_hierarchy_root;
|
|
public ID ptr_storage;
|
|
public IDOverrideLibraryRuntime ptr_runtime;
|
|
public int flag;
|
|
public char[] _pad_1 = new System.Char[4];
|
|
public IDOverrideLibrary(ID ptr_reference, ListBase properties, ID ptr_hierarchy_root, ID ptr_storage, IDOverrideLibraryRuntime ptr_runtime, int flag, char[] _pad_1) {
|
|
this.ptr_reference = ptr_reference;
|
|
this.properties = properties;
|
|
this.ptr_hierarchy_root = ptr_hierarchy_root;
|
|
this.ptr_storage = ptr_storage;
|
|
this.ptr_runtime = ptr_runtime;
|
|
this.flag = flag;
|
|
this._pad_1 = _pad_1;
|
|
}
|
|
}
|
|
}
|