Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -27,6 +27,14 @@ namespace BlendFile.DNA {
public GHash ptr_block_name_map;
[DNAFieldAttribute(5, "Panel", "*popup_block_panel", 192)]
public Panel ptr_popup_block_panel;
public ARegion_Runtime() {
this.ptr_category = default;
this.visible_rect = default;
this.offset_x = default;
this.offset_y = default;
this.ptr_block_name_map = default;
this.ptr_popup_block_panel = default;
}
public ARegion_Runtime(char ptr_category, rcti visible_rect, int offset_x, int offset_y, GHash ptr_block_name_map, Panel ptr_popup_block_panel) {
this.ptr_category = ptr_category;
this.visible_rect = visible_rect;