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 NodeForeachGeometryElementGenerationItems() {
|
||||
this.ptr_items = default;
|
||||
this.items_num = default;
|
||||
this.active_index = default;
|
||||
this.next_identifier = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public NodeForeachGeometryElementGenerationItems(NodeForeachGeometryElementGenerationItem ptr_items, int items_num, int active_index, int next_identifier, char[] _pad) {
|
||||
this.ptr_items = ptr_items;
|
||||
this.items_num = items_num;
|
||||
|
||||
Reference in New Issue
Block a user