regenerated files
This commit is contained in:
@@ -15,41 +15,41 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(988, "uiStyle")]
|
||||
public class uiStyle {
|
||||
[DNAFieldAttribute(0, "uiStyle", "*next", "uiStyle", 232)]
|
||||
[DNAFieldAttribute(0, "uiStyle", "*next", "uiStyle", 4, true)]
|
||||
public uiStyle ptr_next;
|
||||
[DNAFieldAttribute(1, "uiStyle", "*prev", "uiStyle", 232)]
|
||||
[DNAFieldAttribute(1, "uiStyle", "*prev", "uiStyle", 4, true)]
|
||||
public uiStyle ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "uiFontStyle", "paneltitle", "uiFontStyle", 32)]
|
||||
[DNAFieldAttribute(3, "uiFontStyle", "paneltitle", "uiFontStyle", 32, false)]
|
||||
public uiFontStyle paneltitle;
|
||||
[DNAFieldAttribute(4, "uiFontStyle", "grouplabel", "uiFontStyle", 32)]
|
||||
[DNAFieldAttribute(4, "uiFontStyle", "grouplabel", "uiFontStyle", 32, false)]
|
||||
public uiFontStyle grouplabel;
|
||||
[DNAFieldAttribute(5, "uiFontStyle", "widget", "uiFontStyle", 32)]
|
||||
[DNAFieldAttribute(5, "uiFontStyle", "widget", "uiFontStyle", 32, false)]
|
||||
public uiFontStyle widget;
|
||||
[DNAFieldAttribute(6, "uiFontStyle", "tooltip", "uiFontStyle", 32)]
|
||||
[DNAFieldAttribute(6, "uiFontStyle", "tooltip", "uiFontStyle", 32, false)]
|
||||
public uiFontStyle tooltip;
|
||||
[DNAFieldAttribute(7, "float", "panelzoom", "float", 4)]
|
||||
[DNAFieldAttribute(7, "float", "panelzoom", "float", 4, false)]
|
||||
public float panelzoom;
|
||||
[DNAFieldAttribute(8, "short", "minlabelchars", "short", 2)]
|
||||
[DNAFieldAttribute(8, "short", "minlabelchars", "short", 2, false)]
|
||||
public short minlabelchars;
|
||||
[DNAFieldAttribute(9, "short", "minwidgetchars", "short", 2)]
|
||||
[DNAFieldAttribute(9, "short", "minwidgetchars", "short", 2, false)]
|
||||
public short minwidgetchars;
|
||||
[DNAFieldAttribute(10, "short", "columnspace", "short", 2)]
|
||||
[DNAFieldAttribute(10, "short", "columnspace", "short", 2, false)]
|
||||
public short columnspace;
|
||||
[DNAFieldAttribute(11, "short", "templatespace", "short", 2)]
|
||||
[DNAFieldAttribute(11, "short", "templatespace", "short", 2, false)]
|
||||
public short templatespace;
|
||||
[DNAFieldAttribute(12, "short", "boxspace", "short", 2)]
|
||||
[DNAFieldAttribute(12, "short", "boxspace", "short", 2, false)]
|
||||
public short boxspace;
|
||||
[DNAFieldAttribute(13, "short", "buttonspacex", "short", 2)]
|
||||
[DNAFieldAttribute(13, "short", "buttonspacex", "short", 2, false)]
|
||||
public short buttonspacex;
|
||||
[DNAFieldAttribute(14, "short", "buttonspacey", "short", 2)]
|
||||
[DNAFieldAttribute(14, "short", "buttonspacey", "short", 2, false)]
|
||||
public short buttonspacey;
|
||||
[DNAFieldAttribute(15, "short", "panelspace", "short", 2)]
|
||||
[DNAFieldAttribute(15, "short", "panelspace", "short", 2, false)]
|
||||
public short panelspace;
|
||||
[DNAFieldAttribute(16, "short", "panelouter", "short", 2)]
|
||||
[DNAFieldAttribute(16, "short", "panelouter", "short", 2, false)]
|
||||
public short panelouter;
|
||||
[DNAFieldAttribute(17, "char", "_pad0[2]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(17, "char", "_pad0[2]", "System.Char[]", 2, false)]
|
||||
public char[] _pad0 = new System.Char[2];
|
||||
public uiStyle() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user