//------------------------------------------------------------------------------ // // 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 BlendFile.CompatTypes; using System; // Automatically generated by BlenderSharp at 22/01/2025 02:33:14 namespace BlendFile.DNA { public class SpaceFile { 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 char browse_mode; public char[] _pad1 = new System.Char[1]; public short tags; public int scroll_offset; public FileSelectParams ptr_params; public FileAssetSelectParams ptr_asset_params; public object ptr__pad2; public FileList ptr_files; public ListBase ptr_folders_prev; public ListBase ptr_folders_next; public ListBase folder_histories; public wmOperator ptr_op; public wmTimer ptr_smoothscroll_timer; public wmTimer ptr_previews_timer; public FileLayout ptr_layout; public short recentnr; public short bookmarknr; public short systemnr; public short system_bookmarknr; public SpaceFile_Runtime ptr_runtime; public SpaceFile( SpaceLink ptr_next, SpaceLink ptr_prev, ListBase regionbase, char spacetype, char link_flag, char[] _pad0, char browse_mode, char[] _pad1, short tags, int scroll_offset, FileSelectParams ptr_params, FileAssetSelectParams ptr_asset_params, object ptr__pad2, FileList ptr_files, ListBase ptr_folders_prev, ListBase ptr_folders_next, ListBase folder_histories, wmOperator ptr_op, wmTimer ptr_smoothscroll_timer, wmTimer ptr_previews_timer, FileLayout ptr_layout, short recentnr, short bookmarknr, short systemnr, short system_bookmarknr, SpaceFile_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.browse_mode = browse_mode; this._pad1 = _pad1; this.tags = tags; this.scroll_offset = scroll_offset; this.ptr_params = ptr_params; this.ptr_asset_params = ptr_asset_params; this.ptr__pad2 = ptr__pad2; this.ptr_files = ptr_files; this.ptr_folders_prev = ptr_folders_prev; this.ptr_folders_next = ptr_folders_next; this.folder_histories = folder_histories; this.ptr_op = ptr_op; this.ptr_smoothscroll_timer = ptr_smoothscroll_timer; this.ptr_previews_timer = ptr_previews_timer; this.ptr_layout = ptr_layout; this.recentnr = recentnr; this.bookmarknr = bookmarknr; this.systemnr = systemnr; this.system_bookmarknr = system_bookmarknr; this.ptr_runtime = ptr_runtime; } } }