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