Added Type stubbing
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user