regenerated files
This commit is contained in:
@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(941, "FileAssetSelectParams")]
|
||||
public struct FileAssetSelectParams {
|
||||
[DNAFieldAttribute(0, "FileSelectParams", "base_params", 2088)]
|
||||
[DNAFieldAttribute(0, "FileSelectParams", "base_params", "FileSelectParams", 2088)]
|
||||
public FileSelectParams base_params;
|
||||
[DNAFieldAttribute(1, "AssetLibraryReference", "asset_library_ref", 8)]
|
||||
[DNAFieldAttribute(1, "AssetLibraryReference", "asset_library_ref", "AssetLibraryReference", 8)]
|
||||
public AssetLibraryReference asset_library_ref;
|
||||
[DNAFieldAttribute(2, "short", "asset_catalog_visibility", 2)]
|
||||
[DNAFieldAttribute(2, "short", "asset_catalog_visibility", "short", 2)]
|
||||
public short asset_catalog_visibility;
|
||||
[DNAFieldAttribute(3, "char", "_pad[6]", 1)]
|
||||
[DNAFieldAttribute(3, "char", "_pad[6]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
[DNAFieldAttribute(4, "bUUID", "catalog_id", 16)]
|
||||
[DNAFieldAttribute(4, "bUUID", "catalog_id", "bUUID", 16)]
|
||||
public bUUID catalog_id;
|
||||
[DNAFieldAttribute(5, "short", "import_type", 2)]
|
||||
[DNAFieldAttribute(5, "short", "import_type", "short", 2)]
|
||||
public short import_type;
|
||||
[DNAFieldAttribute(6, "char", "_pad2[6]", 1)]
|
||||
[DNAFieldAttribute(6, "char", "_pad2[6]", "System.Char[]", 1)]
|
||||
public char[] _pad2 = new System.Char[6];
|
||||
public FileAssetSelectParams() {
|
||||
this.base_params = default;
|
||||
|
||||
Reference in New Issue
Block a user