Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user