regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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