//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ using System; namespace BlendFile.DNA { using BlendFile; [DNAClassAttribute(929, "SpaceOops", 312)] public class SpaceOops { [DNAFieldAttribute(8, "SpaceLink", 0, "*next", "SpaceLink", true, 0)] public SpaceLink next; [DNAFieldAttribute(8, "SpaceLink", 1, "*prev", "SpaceLink", true, 8)] public SpaceLink prev; [DNAFieldAttribute(16, "ListBase", 2, "regionbase", "ListBase", false, 16)] public ListBase regionbase; [DNAFieldAttribute(1, "char", 3, "spacetype", "char", false, 32)] public char spacetype; [DNAFieldAttribute(1, "char", 4, "link_flag", "char", false, 33)] public char link_flag; [DNAFieldAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", false, 34)] public char[] _pad0 = new System.Char[6]; [DNAFieldAttribute(152, "View2D", 6, "v2d", "View2D", false, 40)] public View2D v2d; [DNAFieldAttribute(16, "ListBase", 7, "tree", "ListBase", false, 192)] public ListBase tree; [DNAFieldAttribute(8, "BLI_mempool", 8, "*treestore", "BLI_mempool", true, 208)] public BLI_mempool treestore; [DNAFieldAttribute(64, "char", 9, "search_string[64]", "System.Char[]", false, 216)] public char[] search_string = new System.Char[64]; [DNAFieldAttribute(2, "short", 10, "flag", "short", false, 280)] public short flag; [DNAFieldAttribute(2, "short", 11, "outlinevis", "short", false, 282)] public short outlinevis; [DNAFieldAttribute(2, "short", 12, "lib_override_view_mode", "short", false, 284)] public short lib_override_view_mode; [DNAFieldAttribute(2, "short", 13, "storeflag", "short", false, 286)] public short storeflag; [DNAFieldAttribute(1, "char", 14, "search_flags", "char", false, 288)] public char search_flags; [DNAFieldAttribute(6, "char", 15, "_pad[6]", "System.Char[]", false, 289)] public char[] _pad = new System.Char[6]; [DNAFieldAttribute(1, "char", 16, "sync_select_dirty", "char", false, 295)] public char sync_select_dirty; [DNAFieldAttribute(4, "int", 17, "filter", "int", false, 296)] public int filter; [DNAFieldAttribute(1, "char", 18, "filter_state", "char", false, 300)] public char filter_state; [DNAFieldAttribute(1, "char", 19, "show_restrict_flags", "char", false, 301)] public char show_restrict_flags; [DNAFieldAttribute(2, "short", 20, "filter_id_type", "short", false, 302)] public short filter_id_type; [DNAFieldAttribute(8, "SpaceOutliner_Runtime", 21, "*runtime", "SpaceOutliner_Runtime", true, 304)] public SpaceOutliner_Runtime runtime; public SpaceOops() { this.next = default; this.prev = default; this.regionbase = default; this.spacetype = default; this.link_flag = default; this._pad0 = default; this.v2d = default; this.tree = default; this.treestore = default; this.search_string = default; this.flag = default; this.outlinevis = default; this.lib_override_view_mode = default; this.storeflag = default; this.search_flags = default; this._pad = default; this.sync_select_dirty = default; this.filter = default; this.filter_state = default; this.show_restrict_flags = default; this.filter_id_type = default; this.runtime = default; } public SpaceOops( SpaceLink next, SpaceLink prev, ListBase regionbase, char spacetype, char link_flag, char[] _pad0, View2D v2d, ListBase tree, BLI_mempool treestore, char[] search_string, short flag, short outlinevis, short lib_override_view_mode, short storeflag, char search_flags, char[] _pad, char sync_select_dirty, int filter, char filter_state, char show_restrict_flags, short filter_id_type, SpaceOutliner_Runtime runtime) { this.next = next; this.prev = prev; this.regionbase = regionbase; this.spacetype = spacetype; this.link_flag = link_flag; this._pad0 = _pad0; this.v2d = v2d; this.tree = tree; this.treestore = treestore; this.search_string = search_string; this.flag = flag; this.outlinevis = outlinevis; this.lib_override_view_mode = lib_override_view_mode; this.storeflag = storeflag; this.search_flags = search_flags; this._pad = _pad; this.sync_select_dirty = sync_select_dirty; this.filter = filter; this.filter_state = filter_state; this.show_restrict_flags = show_restrict_flags; this.filter_id_type = filter_id_type; this.runtime = runtime; } } }