Regenerated all the files

This commit is contained in:
Samuele Lorefice
2025-01-22 20:24:55 +01:00
parent 162f888600
commit bf1eb8201c
939 changed files with 10620 additions and 0 deletions

View File

@@ -11,11 +11,16 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
public class View3D_Runtime {
[DNAFieldAttribute(0, "void", "*properties_storage", 0)]
public object ptr_properties_storage;
[DNAFieldAttribute(2, "int", "flag", 4)]
public int flag;
[DNAFieldAttribute(3, "char", "_pad1[4]", 1)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(4, "SceneStats", "*local_stats", 0)]
public SceneStats ptr_local_stats;
public View3D_Runtime(object ptr_properties_storage, int flag, char[] _pad1, SceneStats ptr_local_stats) {
this.ptr_properties_storage = ptr_properties_storage;