Generated new code and added initial data handling
This commit is contained in:
@@ -25,6 +25,13 @@ namespace BlendFile.DNA {
|
||||
public int next_identifier;
|
||||
[DNAFieldAttribute(4, "char", "_pad[4]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public NodeEnumDefinition() {
|
||||
this.ptr_items_array = default;
|
||||
this.items_num = default;
|
||||
this.active_index = default;
|
||||
this.next_identifier = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public NodeEnumDefinition(NodeEnumItem ptr_items_array, int items_num, int active_index, int next_identifier, char[] _pad) {
|
||||
this.ptr_items_array = ptr_items_array;
|
||||
this.items_num = items_num;
|
||||
|
||||
Reference in New Issue
Block a user