Generated new code and added initial data handling
This commit is contained in:
@@ -23,6 +23,12 @@ namespace BlendFile.DNA {
|
||||
public char ptr_asset_library_identifier;
|
||||
[DNAFieldAttribute(3, "char", "*relative_asset_identifier", 1)]
|
||||
public char ptr_relative_asset_identifier;
|
||||
public AssetWeakReference() {
|
||||
this._pad = default;
|
||||
this.asset_library_type = default;
|
||||
this.ptr_asset_library_identifier = default;
|
||||
this.ptr_relative_asset_identifier = default;
|
||||
}
|
||||
public AssetWeakReference(char[] _pad, short asset_library_type, char ptr_asset_library_identifier, char ptr_relative_asset_identifier) {
|
||||
this._pad = _pad;
|
||||
this.asset_library_type = asset_library_type;
|
||||
|
||||
Reference in New Issue
Block a user