Regenerated codefiles
This commit is contained in:
@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(866, "ARegion_Runtime", 48)]
|
||||
public class ARegion_Runtime {
|
||||
[DNAFieldAttribute(0, "char", "*category", "char", 8, true, 0)]
|
||||
public char ptr_category;
|
||||
[DNAFieldAttribute(1, "rcti", "visible_rect", "rcti", 16, false, 8)]
|
||||
[DNAFieldAttribute(8, "char", 0, "*category", "char", true, 0)]
|
||||
public char category;
|
||||
[DNAFieldAttribute(16, "rcti", 1, "visible_rect", "rcti", false, 8)]
|
||||
public rcti visible_rect;
|
||||
[DNAFieldAttribute(2, "int", "offset_x", "int", 4, false, 24)]
|
||||
[DNAFieldAttribute(4, "int", 2, "offset_x", "int", false, 24)]
|
||||
public int offset_x;
|
||||
[DNAFieldAttribute(3, "int", "offset_y", "int", 4, false, 28)]
|
||||
[DNAFieldAttribute(4, "int", 3, "offset_y", "int", false, 28)]
|
||||
public int offset_y;
|
||||
[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, 40)]
|
||||
public Panel ptr_popup_block_panel;
|
||||
[DNAFieldAttribute(8, "GHash", 4, "*block_name_map", "GHash", true, 32)]
|
||||
public GHash block_name_map;
|
||||
[DNAFieldAttribute(8, "Panel", 5, "*popup_block_panel", "Panel", true, 40)]
|
||||
public Panel popup_block_panel;
|
||||
public ARegion_Runtime() {
|
||||
this.ptr_category = default;
|
||||
this.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;
|
||||
this.block_name_map = default;
|
||||
this.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;
|
||||
public ARegion_Runtime(char category, rcti visible_rect, int offset_x, int offset_y, GHash block_name_map, Panel popup_block_panel) {
|
||||
this.category = category;
|
||||
this.visible_rect = visible_rect;
|
||||
this.offset_x = offset_x;
|
||||
this.offset_y = offset_y;
|
||||
this.ptr_block_name_map = ptr_block_name_map;
|
||||
this.ptr_popup_block_panel = ptr_popup_block_panel;
|
||||
this.block_name_map = block_name_map;
|
||||
this.popup_block_panel = popup_block_panel;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user