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,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(1004, "bUserMenuItem_Prop", 416)]
public struct bUserMenuItem_Prop {
[DNAFieldAttribute(0, "bUserMenuItem", "item", "bUserMenuItem", 88, false)]
[DNAFieldAttribute(0, "bUserMenuItem", "item", "bUserMenuItem", 88, false, 0)]
public bUserMenuItem item;
[DNAFieldAttribute(1, "char", "context_data_path[256]", "System.Char[]", 256, false)]
[DNAFieldAttribute(1, "char", "context_data_path[256]", "System.Char[]", 256, false, 88)]
public char[] context_data_path = new System.Char[256];
[DNAFieldAttribute(2, "char", "prop_id[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(2, "char", "prop_id[64]", "System.Char[]", 64, false, 344)]
public char[] prop_id = new System.Char[64];
[DNAFieldAttribute(3, "int", "prop_index", "int", 4, false)]
[DNAFieldAttribute(3, "int", "prop_index", "int", 4, false, 408)]
public int prop_index;
[DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 4, false, 412)]
public char[] _pad0 = new System.Char[4];
public bUserMenuItem_Prop() {
this.item = default;