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