86 lines
3.0 KiB
C#
86 lines
3.0 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
using System;
|
|
|
|
|
|
namespace BlendFile.DNA {
|
|
|
|
public class SpaceOops {
|
|
public SpaceLink ptr_next;
|
|
public SpaceLink ptr_prev;
|
|
public ListBase regionbase;
|
|
public char spacetype;
|
|
public char link_flag;
|
|
public char[] _pad0 = new System.Char[6];
|
|
public View2D v2d;
|
|
public ListBase tree;
|
|
public BLI_mempool ptr_treestore;
|
|
public char[] search_string = new System.Char[64];
|
|
public short flag;
|
|
public short outlinevis;
|
|
public short lib_override_view_mode;
|
|
public short storeflag;
|
|
public char search_flags;
|
|
public char[] _pad = new System.Char[6];
|
|
public char sync_select_dirty;
|
|
public int filter;
|
|
public char filter_state;
|
|
public char show_restrict_flags;
|
|
public short filter_id_type;
|
|
public SpaceOutliner_Runtime ptr_runtime;
|
|
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;
|
|
}
|
|
}
|
|
}
|