regenerated files
This commit is contained in:
@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(866, "ARegion_Runtime")]
|
||||
public class ARegion_Runtime {
|
||||
[DNAFieldAttribute(0, "char", "*category", 1)]
|
||||
[DNAFieldAttribute(0, "char", "*category", "char", 1)]
|
||||
public char ptr_category;
|
||||
[DNAFieldAttribute(1, "rcti", "visible_rect", 16)]
|
||||
[DNAFieldAttribute(1, "rcti", "visible_rect", "rcti", 16)]
|
||||
public rcti visible_rect;
|
||||
[DNAFieldAttribute(2, "int", "offset_x", 4)]
|
||||
[DNAFieldAttribute(2, "int", "offset_x", "int", 4)]
|
||||
public int offset_x;
|
||||
[DNAFieldAttribute(3, "int", "offset_y", 4)]
|
||||
[DNAFieldAttribute(3, "int", "offset_y", "int", 4)]
|
||||
public int offset_y;
|
||||
[DNAFieldAttribute(4, "GHash", "*block_name_map", 0)]
|
||||
[DNAFieldAttribute(4, "GHash", "*block_name_map", "GHash", 0)]
|
||||
public GHash ptr_block_name_map;
|
||||
[DNAFieldAttribute(5, "Panel", "*popup_block_panel", 192)]
|
||||
[DNAFieldAttribute(5, "Panel", "*popup_block_panel", "Panel", 192)]
|
||||
public Panel ptr_popup_block_panel;
|
||||
public ARegion_Runtime() {
|
||||
this.ptr_category = default;
|
||||
|
||||
Reference in New Issue
Block a user