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,18 @@
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
namespace BlendFile.DNA {
public class View3D_Runtime {
public object ptr_properties_storage;
public object (ptr_properties_storage_free)();
public int flag;
public char[] _pad1 = new System.Char[4];
public SceneStats ptr_local_stats;
public View3D_Runtime(object ptr_properties_storage, object (ptr_properties_storage_free)(), int flag, char[] _pad1, SceneStats ptr_local_stats) {
this.ptr_properties_storage = ptr_properties_storage;
this.(ptr_properties_storage_free)() = (ptr_properties_storage_free)();
this.flag = flag;
this._pad1 = _pad1;
this.ptr_local_stats = ptr_local_stats;
}
}
}