Added Type stubbing

This commit is contained in:
Samuele Lorefice
2025-01-22 17:56:49 +01:00
parent 2d6159e331
commit 9a949dbeab
112 changed files with 610 additions and 313 deletions

View File

@@ -25,10 +25,10 @@ namespace BlendFile.DNA {
public ViewerPath viewer_path;
public SpreadsheetInstanceID ptr_instance_ids;
public int instance_ids_num;
public uchar filter_flag;
public uchar geometry_component_type;
public uchar attribute_domain;
public uchar object_eval_state;
public byte filter_flag;
public byte geometry_component_type;
public byte attribute_domain;
public byte object_eval_state;
public int active_layer_index;
public int flag;
public SpaceSpreadsheet_Runtime ptr_runtime;
@@ -44,10 +44,10 @@ namespace BlendFile.DNA {
ViewerPath viewer_path,
SpreadsheetInstanceID ptr_instance_ids,
int instance_ids_num,
uchar filter_flag,
uchar geometry_component_type,
uchar attribute_domain,
uchar object_eval_state,
byte filter_flag,
byte geometry_component_type,
byte attribute_domain,
byte object_eval_state,
int active_layer_index,
int flag,
SpaceSpreadsheet_Runtime ptr_runtime) {