regenerated files
This commit is contained in:
@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(743, "NodeForeachGeometryElementGenerationItems")]
|
||||
public class NodeForeachGeometryElementGenerationItems {
|
||||
[DNAFieldAttribute(0, "NodeForeachGeometryElementGenerationItem", "*items", 16)]
|
||||
[DNAFieldAttribute(0, "NodeForeachGeometryElementGenerationItem", "*items", "NodeForeachGeometryElementGenerationItem", 16)]
|
||||
public NodeForeachGeometryElementGenerationItem ptr_items;
|
||||
[DNAFieldAttribute(1, "int", "items_num", 4)]
|
||||
[DNAFieldAttribute(1, "int", "items_num", "int", 4)]
|
||||
public int items_num;
|
||||
[DNAFieldAttribute(2, "int", "active_index", 4)]
|
||||
[DNAFieldAttribute(2, "int", "active_index", "int", 4)]
|
||||
public int active_index;
|
||||
[DNAFieldAttribute(3, "int", "next_identifier", 4)]
|
||||
[DNAFieldAttribute(3, "int", "next_identifier", "int", 4)]
|
||||
public int next_identifier;
|
||||
[DNAFieldAttribute(4, "char", "_pad[4]", 1)]
|
||||
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public NodeForeachGeometryElementGenerationItems() {
|
||||
this.ptr_items = default;
|
||||
|
||||
Reference in New Issue
Block a user