//------------------------------------------------------------------------------ // // 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(0, "SpaceLink", "*next", "SpaceLink", 8, true)] public SpaceLink ptr_next; [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true)] public SpaceLink ptr_prev; [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false)] public ListBase regionbase; [DNAFieldAttribute(3, "char", "spacetype", "char", 1, false)] public char spacetype; [DNAFieldAttribute(4, "char", "link_flag", "char", 1, false)] public char link_flag; [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false)] public char[] _pad0 = new System.Char[6]; [DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152, false)] public View2D v2d; [DNAFieldAttribute(7, "ListBase", "tree", "ListBase", 16, false)] public ListBase tree; [DNAFieldAttribute(8, "BLI_mempool", "*treestore", "BLI_mempool", 8, true)] public BLI_mempool ptr_treestore; [DNAFieldAttribute(9, "char", "search_string[64]", "System.Char[]", 64, false)] public char[] search_string = new System.Char[64]; [DNAFieldAttribute(10, "short", "flag", "short", 2, false)] public short flag; [DNAFieldAttribute(11, "short", "outlinevis", "short", 2, false)] public short outlinevis; [DNAFieldAttribute(12, "short", "lib_override_view_mode", "short", 2, false)] public short lib_override_view_mode; [DNAFieldAttribute(13, "short", "storeflag", "short", 2, false)] public short storeflag; [DNAFieldAttribute(14, "char", "search_flags", "char", 1, false)] public char search_flags; [DNAFieldAttribute(15, "char", "_pad[6]", "System.Char[]", 6, false)] public char[] _pad = new System.Char[6]; [DNAFieldAttribute(16, "char", "sync_select_dirty", "char", 1, false)] public char sync_select_dirty; [DNAFieldAttribute(17, "int", "filter", "int", 4, false)] public int filter; [DNAFieldAttribute(18, "char", "filter_state", "char", 1, false)] public char filter_state; [DNAFieldAttribute(19, "char", "show_restrict_flags", "char", 1, false)] public char show_restrict_flags; [DNAFieldAttribute(20, "short", "filter_id_type", "short", 2, false)] public short filter_id_type; [DNAFieldAttribute(21, "SpaceOutliner_Runtime", "*runtime", "SpaceOutliner_Runtime", 8, true)] public SpaceOutliner_Runtime ptr_runtime; public SpaceOops() { this.ptr_next = default; this.ptr_prev = default; this.regionbase = default; this.spacetype = default; this.link_flag = default; this._pad0 = default; this.v2d = default; this.tree = default; this.ptr_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.ptr_runtime = default; } public SpaceOops( SpaceLink ptr_next, SpaceLink ptr_prev, ListBase regionbase, char spacetype, char link_flag, char[] _pad0, View2D v2d, ListBase tree, BLI_mempool ptr_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 ptr_runtime) { this.ptr_next = ptr_next; this.ptr_prev = ptr_prev; this.regionbase = regionbase; this.spacetype = spacetype; this.link_flag = link_flag; this._pad0 = _pad0; this.v2d = v2d; this.tree = tree; this.ptr_treestore = ptr_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.ptr_runtime = ptr_runtime; } } }