regenerate files
This commit is contained in:
@@ -13,23 +13,23 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(35, "AssetMetaData")]
|
||||
[DNAClassAttribute(35, "AssetMetaData", 152)]
|
||||
public class AssetMetaData {
|
||||
[DNAFieldAttribute(0, "AssetTypeInfo", "*local_type_info", "AssetTypeInfo", 4, true)]
|
||||
[DNAFieldAttribute(0, "AssetTypeInfo", "*local_type_info", "AssetTypeInfo", 8, true)]
|
||||
public AssetTypeInfo ptr_local_type_info;
|
||||
[DNAFieldAttribute(1, "IDProperty", "*properties", "IDProperty", 4, true)]
|
||||
[DNAFieldAttribute(1, "IDProperty", "*properties", "IDProperty", 8, true)]
|
||||
public IDProperty ptr_properties;
|
||||
[DNAFieldAttribute(2, "bUUID", "catalog_id", "bUUID", 16, false)]
|
||||
public bUUID catalog_id;
|
||||
[DNAFieldAttribute(3, "char", "catalog_simple_name[64]", "System.Char[]", 64, false)]
|
||||
public char[] catalog_simple_name = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "char", "*author", "char", 4, true)]
|
||||
[DNAFieldAttribute(4, "char", "*author", "char", 8, true)]
|
||||
public char ptr_author;
|
||||
[DNAFieldAttribute(5, "char", "*description", "char", 4, true)]
|
||||
[DNAFieldAttribute(5, "char", "*description", "char", 8, true)]
|
||||
public char ptr_description;
|
||||
[DNAFieldAttribute(6, "char", "*copyright", "char", 4, true)]
|
||||
[DNAFieldAttribute(6, "char", "*copyright", "char", 8, true)]
|
||||
public char ptr_copyright;
|
||||
[DNAFieldAttribute(7, "char", "*license", "char", 4, true)]
|
||||
[DNAFieldAttribute(7, "char", "*license", "char", 8, true)]
|
||||
public char ptr_license;
|
||||
[DNAFieldAttribute(8, "ListBase", "tags", "ListBase", 16, false)]
|
||||
public ListBase tags;
|
||||
|
||||
Reference in New Issue
Block a user