Regenerated all the files
This commit is contained in:
@@ -11,12 +11,18 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class NodeGeometrySimulationOutput {
|
||||
[DNAFieldAttribute(0, "NodeSimulationItem", "*items", 16)]
|
||||
public NodeSimulationItem ptr_items;
|
||||
[DNAFieldAttribute(1, "int", "items_num", 4)]
|
||||
public int items_num;
|
||||
[DNAFieldAttribute(2, "int", "active_index", 4)]
|
||||
public int active_index;
|
||||
[DNAFieldAttribute(3, "int", "next_identifier", 4)]
|
||||
public int next_identifier;
|
||||
[DNAFieldAttribute(4, "int", "_pad", 4)]
|
||||
public int _pad;
|
||||
public NodeGeometrySimulationOutput(NodeSimulationItem ptr_items, int items_num, int active_index, int next_identifier, int _pad) {
|
||||
this.ptr_items = ptr_items;
|
||||
|
||||
Reference in New Issue
Block a user