Generated new code and added initial data handling
This commit is contained in:
@@ -17,6 +17,9 @@ namespace BlendFile.DNA {
|
||||
public struct NodeGeometrySimulationInput {
|
||||
[DNAFieldAttribute(0, "int", "output_node_id", 4)]
|
||||
public int output_node_id;
|
||||
public NodeGeometrySimulationInput() {
|
||||
this.output_node_id = default;
|
||||
}
|
||||
public NodeGeometrySimulationInput(int output_node_id) {
|
||||
this.output_node_id = output_node_id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user