regenerated files
This commit is contained in:
@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(733, "NodeGeometrySimulationOutput")]
|
||||
public class NodeGeometrySimulationOutput {
|
||||
[DNAFieldAttribute(0, "NodeSimulationItem", "*items", 16)]
|
||||
[DNAFieldAttribute(0, "NodeSimulationItem", "*items", "NodeSimulationItem", 16)]
|
||||
public NodeSimulationItem 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, "int", "_pad", 4)]
|
||||
[DNAFieldAttribute(4, "int", "_pad", "int", 4)]
|
||||
public int _pad;
|
||||
public NodeGeometrySimulationOutput() {
|
||||
this.ptr_items = default;
|
||||
|
||||
Reference in New Issue
Block a user