Added Generation Output

This commit is contained in:
Samuele Lorefice
2025-01-22 02:23:29 +01:00
parent 83b207b799
commit fa78292a67
936 changed files with 31758 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
// 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;
}
}
}