Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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