Regenerated all the files

This commit is contained in:
Samuele Lorefice
2025-01-22 20:24:55 +01:00
parent 162f888600
commit bf1eb8201c
939 changed files with 10620 additions and 0 deletions

View File

@@ -11,13 +11,20 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
public class ARegion_Runtime {
[DNAFieldAttribute(0, "char", "*category", 1)]
public char ptr_category;
[DNAFieldAttribute(1, "rcti", "visible_rect", 16)]
public rcti visible_rect;
[DNAFieldAttribute(2, "int", "offset_x", 4)]
public int offset_x;
[DNAFieldAttribute(3, "int", "offset_y", 4)]
public int offset_y;
[DNAFieldAttribute(4, "GHash", "*block_name_map", 0)]
public GHash ptr_block_name_map;
[DNAFieldAttribute(5, "Panel", "*popup_block_panel", 192)]
public Panel ptr_popup_block_panel;
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;