Regenerated codefiles
This commit is contained in:
@@ -15,55 +15,55 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(850, "Panel", 192)]
|
||||
public class Panel {
|
||||
[DNAFieldAttribute(0, "Panel", "*next", "Panel", 8, true, 0)]
|
||||
public Panel ptr_next;
|
||||
[DNAFieldAttribute(1, "Panel", "*prev", "Panel", 8, true, 8)]
|
||||
public Panel ptr_prev;
|
||||
[DNAFieldAttribute(2, "PanelType", "*type", "PanelType", 8, true, 16)]
|
||||
public PanelType ptr_type;
|
||||
[DNAFieldAttribute(3, "uiLayout", "*layout", "uiLayout", 8, true, 24)]
|
||||
public uiLayout ptr_layout;
|
||||
[DNAFieldAttribute(4, "char", "panelname[64]", "System.Char[]", 64, false, 32)]
|
||||
[DNAFieldAttribute(8, "Panel", 0, "*next", "Panel", true, 0)]
|
||||
public Panel next;
|
||||
[DNAFieldAttribute(8, "Panel", 1, "*prev", "Panel", true, 8)]
|
||||
public Panel prev;
|
||||
[DNAFieldAttribute(8, "PanelType", 2, "*type", "PanelType", true, 16)]
|
||||
public PanelType type;
|
||||
[DNAFieldAttribute(8, "uiLayout", 3, "*layout", "uiLayout", true, 24)]
|
||||
public uiLayout layout;
|
||||
[DNAFieldAttribute(64, "char", 4, "panelname[64]", "System.Char[]", false, 32)]
|
||||
public char[] panelname = new System.Char[64];
|
||||
[DNAFieldAttribute(5, "char", "*drawname", "char", 8, true, 96)]
|
||||
public char ptr_drawname;
|
||||
[DNAFieldAttribute(6, "int", "ofsx", "int", 4, false, 104)]
|
||||
[DNAFieldAttribute(8, "char", 5, "*drawname", "char", true, 96)]
|
||||
public char drawname;
|
||||
[DNAFieldAttribute(4, "int", 6, "ofsx", "int", false, 104)]
|
||||
public int ofsx;
|
||||
[DNAFieldAttribute(7, "int", "ofsy", "int", 4, false, 108)]
|
||||
[DNAFieldAttribute(4, "int", 7, "ofsy", "int", false, 108)]
|
||||
public int ofsy;
|
||||
[DNAFieldAttribute(8, "int", "sizex", "int", 4, false, 112)]
|
||||
[DNAFieldAttribute(4, "int", 8, "sizex", "int", false, 112)]
|
||||
public int sizex;
|
||||
[DNAFieldAttribute(9, "int", "sizey", "int", 4, false, 116)]
|
||||
[DNAFieldAttribute(4, "int", 9, "sizey", "int", false, 116)]
|
||||
public int sizey;
|
||||
[DNAFieldAttribute(10, "int", "blocksizex", "int", 4, false, 120)]
|
||||
[DNAFieldAttribute(4, "int", 10, "blocksizex", "int", false, 120)]
|
||||
public int blocksizex;
|
||||
[DNAFieldAttribute(11, "int", "blocksizey", "int", 4, false, 124)]
|
||||
[DNAFieldAttribute(4, "int", 11, "blocksizey", "int", false, 124)]
|
||||
public int blocksizey;
|
||||
[DNAFieldAttribute(12, "short", "labelofs", "short", 2, false, 128)]
|
||||
[DNAFieldAttribute(2, "short", 12, "labelofs", "short", false, 128)]
|
||||
public short labelofs;
|
||||
[DNAFieldAttribute(13, "short", "flag", "short", 2, false, 130)]
|
||||
[DNAFieldAttribute(2, "short", 13, "flag", "short", false, 130)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(14, "short", "runtime_flag", "short", 2, false, 132)]
|
||||
[DNAFieldAttribute(2, "short", 14, "runtime_flag", "short", false, 132)]
|
||||
public short runtime_flag;
|
||||
[DNAFieldAttribute(15, "char", "_pad[6]", "System.Char[]", 6, false, 134)]
|
||||
[DNAFieldAttribute(6, "char", 15, "_pad[6]", "System.Char[]", false, 134)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
[DNAFieldAttribute(16, "int", "sortorder", "int", 4, false, 140)]
|
||||
[DNAFieldAttribute(4, "int", 16, "sortorder", "int", false, 140)]
|
||||
public int sortorder;
|
||||
[DNAFieldAttribute(17, "void", "*activedata", "void", 8, true, 144)]
|
||||
public object ptr_activedata;
|
||||
[DNAFieldAttribute(18, "ListBase", "children", "ListBase", 16, false, 152)]
|
||||
[DNAFieldAttribute(8, "void", 17, "*activedata", "void", true, 144)]
|
||||
public object activedata;
|
||||
[DNAFieldAttribute(16, "ListBase", 18, "children", "ListBase", false, 152)]
|
||||
public ListBase children;
|
||||
[DNAFieldAttribute(19, "ListBase", "layout_panel_states", "ListBase", 16, false, 168)]
|
||||
[DNAFieldAttribute(16, "ListBase", 19, "layout_panel_states", "ListBase", false, 168)]
|
||||
public ListBase layout_panel_states;
|
||||
[DNAFieldAttribute(20, "Panel_Runtime", "*runtime", "Panel_Runtime", 8, true, 184)]
|
||||
public Panel_Runtime ptr_runtime;
|
||||
[DNAFieldAttribute(8, "Panel_Runtime", 20, "*runtime", "Panel_Runtime", true, 184)]
|
||||
public Panel_Runtime runtime;
|
||||
public Panel() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.ptr_type = default;
|
||||
this.ptr_layout = default;
|
||||
this.next = default;
|
||||
this.prev = default;
|
||||
this.type = default;
|
||||
this.layout = default;
|
||||
this.panelname = default;
|
||||
this.ptr_drawname = default;
|
||||
this.drawname = default;
|
||||
this.ofsx = default;
|
||||
this.ofsy = default;
|
||||
this.sizex = default;
|
||||
@@ -75,18 +75,18 @@ namespace BlendFile.DNA {
|
||||
this.runtime_flag = default;
|
||||
this._pad = default;
|
||||
this.sortorder = default;
|
||||
this.ptr_activedata = default;
|
||||
this.activedata = default;
|
||||
this.children = default;
|
||||
this.layout_panel_states = default;
|
||||
this.ptr_runtime = default;
|
||||
this.runtime = default;
|
||||
}
|
||||
public Panel(
|
||||
Panel ptr_next,
|
||||
Panel ptr_prev,
|
||||
PanelType ptr_type,
|
||||
uiLayout ptr_layout,
|
||||
Panel next,
|
||||
Panel prev,
|
||||
PanelType type,
|
||||
uiLayout layout,
|
||||
char[] panelname,
|
||||
char ptr_drawname,
|
||||
char drawname,
|
||||
int ofsx,
|
||||
int ofsy,
|
||||
int sizex,
|
||||
@@ -98,16 +98,16 @@ namespace BlendFile.DNA {
|
||||
short runtime_flag,
|
||||
char[] _pad,
|
||||
int sortorder,
|
||||
object ptr_activedata,
|
||||
object activedata,
|
||||
ListBase children,
|
||||
ListBase layout_panel_states,
|
||||
Panel_Runtime ptr_runtime) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.ptr_type = ptr_type;
|
||||
this.ptr_layout = ptr_layout;
|
||||
Panel_Runtime runtime) {
|
||||
this.next = next;
|
||||
this.prev = prev;
|
||||
this.type = type;
|
||||
this.layout = layout;
|
||||
this.panelname = panelname;
|
||||
this.ptr_drawname = ptr_drawname;
|
||||
this.drawname = drawname;
|
||||
this.ofsx = ofsx;
|
||||
this.ofsy = ofsy;
|
||||
this.sizex = sizex;
|
||||
@@ -119,10 +119,10 @@ namespace BlendFile.DNA {
|
||||
this.runtime_flag = runtime_flag;
|
||||
this._pad = _pad;
|
||||
this.sortorder = sortorder;
|
||||
this.ptr_activedata = ptr_activedata;
|
||||
this.activedata = activedata;
|
||||
this.children = children;
|
||||
this.layout_panel_states = layout_panel_states;
|
||||
this.ptr_runtime = ptr_runtime;
|
||||
this.runtime = runtime;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user