Generated new code and added initial data handling
This commit is contained in:
@@ -29,6 +29,15 @@ namespace BlendFile.DNA {
|
||||
public short import_type;
|
||||
[DNAFieldAttribute(6, "char", "_pad2[6]", 1)]
|
||||
public char[] _pad2 = new System.Char[6];
|
||||
public FileAssetSelectParams() {
|
||||
this.base_params = default;
|
||||
this.asset_library_ref = default;
|
||||
this.asset_catalog_visibility = default;
|
||||
this._pad = default;
|
||||
this.catalog_id = default;
|
||||
this.import_type = default;
|
||||
this._pad2 = default;
|
||||
}
|
||||
public FileAssetSelectParams(FileSelectParams base_params, AssetLibraryReference asset_library_ref, short asset_catalog_visibility, char[] _pad, bUUID catalog_id, short import_type, char[] _pad2) {
|
||||
this.base_params = base_params;
|
||||
this.asset_library_ref = asset_library_ref;
|
||||
|
||||
Reference in New Issue
Block a user