Generated new code and added initial data handling
This commit is contained in:
@@ -31,6 +31,16 @@ namespace BlendFile.DNA {
|
||||
public short instance_flag;
|
||||
[DNAFieldAttribute(7, "char", "_pad[4]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public AssetShelf() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.idname = default;
|
||||
this.ptr_type = default;
|
||||
this.settings = default;
|
||||
this.preferred_row_count = default;
|
||||
this.instance_flag = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public AssetShelf(AssetShelf ptr_next, AssetShelf ptr_prev, char[] idname, AssetShelfType ptr_type, AssetShelfSettings settings, short preferred_row_count, short instance_flag, char[] _pad) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
|
||||
Reference in New Issue
Block a user