Generated new code and added initial data handling
This commit is contained in:
@@ -39,6 +39,20 @@ namespace BlendFile.DNA {
|
||||
public short tot_tags;
|
||||
[DNAFieldAttribute(11, "char", "_pad[4]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public AssetMetaData() {
|
||||
this.ptr_local_type_info = default;
|
||||
this.ptr_properties = default;
|
||||
this.catalog_id = default;
|
||||
this.catalog_simple_name = default;
|
||||
this.ptr_author = default;
|
||||
this.ptr_description = default;
|
||||
this.ptr_copyright = default;
|
||||
this.ptr_license = default;
|
||||
this.tags = default;
|
||||
this.active_tag = default;
|
||||
this.tot_tags = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public AssetMetaData(AssetTypeInfo ptr_local_type_info, IDProperty ptr_properties, bUUID catalog_id, char[] catalog_simple_name, char ptr_author, char ptr_description, char ptr_copyright, char ptr_license, ListBase tags, short active_tag, short tot_tags, char[] _pad) {
|
||||
this.ptr_local_type_info = ptr_local_type_info;
|
||||
this.ptr_properties = ptr_properties;
|
||||
|
||||
Reference in New Issue
Block a user