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