Generated new code and added initial data handling
This commit is contained in:
@@ -31,6 +31,16 @@ namespace BlendFile.DNA {
|
||||
public int items_num;
|
||||
[DNAFieldAttribute(7, "int", "identifier", 4)]
|
||||
public int identifier;
|
||||
public bNodeTreeInterfacePanel() {
|
||||
this.item = default;
|
||||
this.ptr_name = default;
|
||||
this.ptr_description = default;
|
||||
this.flag = default;
|
||||
this._pad = default;
|
||||
this.ptr_ptr_items_array = default;
|
||||
this.items_num = default;
|
||||
this.identifier = default;
|
||||
}
|
||||
public bNodeTreeInterfacePanel(bNodeTreeInterfaceItem item, char ptr_name, char ptr_description, int flag, char[] _pad, bNodeTreeInterfaceItem ptr_ptr_items_array, int items_num, int identifier) {
|
||||
this.item = item;
|
||||
this.ptr_name = ptr_name;
|
||||
|
||||
Reference in New Issue
Block a user