Regenerated codefiles
This commit is contained in:
@@ -15,45 +15,45 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(968, "SpaceSpreadsheet", 120)]
|
||||
public class SpaceSpreadsheet {
|
||||
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true, 0)]
|
||||
public SpaceLink ptr_next;
|
||||
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true, 8)]
|
||||
public SpaceLink ptr_prev;
|
||||
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false, 16)]
|
||||
[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(3, "char", "spacetype", "char", 1, false, 32)]
|
||||
[DNAFieldAttribute(1, "char", 3, "spacetype", "char", false, 32)]
|
||||
public char spacetype;
|
||||
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false, 33)]
|
||||
[DNAFieldAttribute(1, "char", 4, "link_flag", "char", false, 33)]
|
||||
public char link_flag;
|
||||
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false, 34)]
|
||||
[DNAFieldAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", false, 34)]
|
||||
public char[] _pad0 = new System.Char[6];
|
||||
[DNAFieldAttribute(6, "ListBase", "columns", "ListBase", 16, false, 40)]
|
||||
[DNAFieldAttribute(16, "ListBase", 6, "columns", "ListBase", false, 40)]
|
||||
public ListBase columns;
|
||||
[DNAFieldAttribute(7, "ListBase", "row_filters", "ListBase", 16, false, 56)]
|
||||
[DNAFieldAttribute(16, "ListBase", 7, "row_filters", "ListBase", false, 56)]
|
||||
public ListBase row_filters;
|
||||
[DNAFieldAttribute(8, "ViewerPath", "viewer_path", "ViewerPath", 16, false, 72)]
|
||||
[DNAFieldAttribute(16, "ViewerPath", 8, "viewer_path", "ViewerPath", false, 72)]
|
||||
public ViewerPath viewer_path;
|
||||
[DNAFieldAttribute(9, "SpreadsheetInstanceID", "*instance_ids", "SpreadsheetInstanceID", 8, true, 88)]
|
||||
public SpreadsheetInstanceID ptr_instance_ids;
|
||||
[DNAFieldAttribute(10, "int", "instance_ids_num", "int", 4, false, 96)]
|
||||
[DNAFieldAttribute(8, "SpreadsheetInstanceID", 9, "*instance_ids", "SpreadsheetInstanceID", true, 88)]
|
||||
public SpreadsheetInstanceID instance_ids;
|
||||
[DNAFieldAttribute(4, "int", 10, "instance_ids_num", "int", false, 96)]
|
||||
public int instance_ids_num;
|
||||
[DNAFieldAttribute(11, "uchar", "filter_flag", "uchar", 1, false, 100)]
|
||||
[DNAFieldAttribute(1, "uchar", 11, "filter_flag", "uchar", false, 100)]
|
||||
public byte filter_flag;
|
||||
[DNAFieldAttribute(12, "uchar", "geometry_component_type", "uchar", 1, false, 101)]
|
||||
[DNAFieldAttribute(1, "uchar", 12, "geometry_component_type", "uchar", false, 101)]
|
||||
public byte geometry_component_type;
|
||||
[DNAFieldAttribute(13, "uchar", "attribute_domain", "uchar", 1, false, 102)]
|
||||
[DNAFieldAttribute(1, "uchar", 13, "attribute_domain", "uchar", false, 102)]
|
||||
public byte attribute_domain;
|
||||
[DNAFieldAttribute(14, "uchar", "object_eval_state", "uchar", 1, false, 103)]
|
||||
[DNAFieldAttribute(1, "uchar", 14, "object_eval_state", "uchar", false, 103)]
|
||||
public byte object_eval_state;
|
||||
[DNAFieldAttribute(15, "int", "active_layer_index", "int", 4, false, 104)]
|
||||
[DNAFieldAttribute(4, "int", 15, "active_layer_index", "int", false, 104)]
|
||||
public int active_layer_index;
|
||||
[DNAFieldAttribute(16, "int", "flag", "int", 4, false, 108)]
|
||||
[DNAFieldAttribute(4, "int", 16, "flag", "int", false, 108)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(17, "SpaceSpreadsheet_Runtime", "*runtime", "SpaceSpreadsheet_Runtime", 8, true, 112)]
|
||||
public SpaceSpreadsheet_Runtime ptr_runtime;
|
||||
[DNAFieldAttribute(8, "SpaceSpreadsheet_Runtime", 17, "*runtime", "SpaceSpreadsheet_Runtime", true, 112)]
|
||||
public SpaceSpreadsheet_Runtime runtime;
|
||||
public SpaceSpreadsheet() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.next = default;
|
||||
this.prev = default;
|
||||
this.regionbase = default;
|
||||
this.spacetype = default;
|
||||
this.link_flag = default;
|
||||
@@ -61,7 +61,7 @@ namespace BlendFile.DNA {
|
||||
this.columns = default;
|
||||
this.row_filters = default;
|
||||
this.viewer_path = default;
|
||||
this.ptr_instance_ids = default;
|
||||
this.instance_ids = default;
|
||||
this.instance_ids_num = default;
|
||||
this.filter_flag = default;
|
||||
this.geometry_component_type = default;
|
||||
@@ -69,11 +69,11 @@ namespace BlendFile.DNA {
|
||||
this.object_eval_state = default;
|
||||
this.active_layer_index = default;
|
||||
this.flag = default;
|
||||
this.ptr_runtime = default;
|
||||
this.runtime = default;
|
||||
}
|
||||
public SpaceSpreadsheet(
|
||||
SpaceLink ptr_next,
|
||||
SpaceLink ptr_prev,
|
||||
SpaceLink next,
|
||||
SpaceLink prev,
|
||||
ListBase regionbase,
|
||||
char spacetype,
|
||||
char link_flag,
|
||||
@@ -81,7 +81,7 @@ namespace BlendFile.DNA {
|
||||
ListBase columns,
|
||||
ListBase row_filters,
|
||||
ViewerPath viewer_path,
|
||||
SpreadsheetInstanceID ptr_instance_ids,
|
||||
SpreadsheetInstanceID instance_ids,
|
||||
int instance_ids_num,
|
||||
byte filter_flag,
|
||||
byte geometry_component_type,
|
||||
@@ -89,9 +89,9 @@ namespace BlendFile.DNA {
|
||||
byte object_eval_state,
|
||||
int active_layer_index,
|
||||
int flag,
|
||||
SpaceSpreadsheet_Runtime ptr_runtime) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
SpaceSpreadsheet_Runtime runtime) {
|
||||
this.next = next;
|
||||
this.prev = prev;
|
||||
this.regionbase = regionbase;
|
||||
this.spacetype = spacetype;
|
||||
this.link_flag = link_flag;
|
||||
@@ -99,7 +99,7 @@ namespace BlendFile.DNA {
|
||||
this.columns = columns;
|
||||
this.row_filters = row_filters;
|
||||
this.viewer_path = viewer_path;
|
||||
this.ptr_instance_ids = ptr_instance_ids;
|
||||
this.instance_ids = instance_ids;
|
||||
this.instance_ids_num = instance_ids_num;
|
||||
this.filter_flag = filter_flag;
|
||||
this.geometry_component_type = geometry_component_type;
|
||||
@@ -107,7 +107,7 @@ namespace BlendFile.DNA {
|
||||
this.object_eval_state = object_eval_state;
|
||||
this.active_layer_index = active_layer_index;
|
||||
this.flag = flag;
|
||||
this.ptr_runtime = ptr_runtime;
|
||||
this.runtime = runtime;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user