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,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(866, "ARegion_Runtime", 48)]
public class ARegion_Runtime {
[DNAFieldAttribute(0, "char", "*category", "char", 8, true)]
[DNAFieldAttribute(0, "char", "*category", "char", 8, true, 0)]
public char ptr_category;
[DNAFieldAttribute(1, "rcti", "visible_rect", "rcti", 16, false)]
[DNAFieldAttribute(1, "rcti", "visible_rect", "rcti", 16, false, 8)]
public rcti visible_rect;
[DNAFieldAttribute(2, "int", "offset_x", "int", 4, false)]
[DNAFieldAttribute(2, "int", "offset_x", "int", 4, false, 24)]
public int offset_x;
[DNAFieldAttribute(3, "int", "offset_y", "int", 4, false)]
[DNAFieldAttribute(3, "int", "offset_y", "int", 4, false, 28)]
public int offset_y;
[DNAFieldAttribute(4, "GHash", "*block_name_map", "GHash", 8, true)]
[DNAFieldAttribute(4, "GHash", "*block_name_map", "GHash", 8, true, 32)]
public GHash ptr_block_name_map;
[DNAFieldAttribute(5, "Panel", "*popup_block_panel", "Panel", 8, true)]
[DNAFieldAttribute(5, "Panel", "*popup_block_panel", "Panel", 8, true, 40)]
public Panel ptr_popup_block_panel;
public ARegion_Runtime() {
this.ptr_category = default;