Generated new code and added initial data handling
This commit is contained in:
@@ -19,6 +19,10 @@ namespace BlendFile.DNA {
|
||||
public short flag;
|
||||
[DNAFieldAttribute(1, "short", "label_size", 2)]
|
||||
public short label_size;
|
||||
public NodeFrame() {
|
||||
this.flag = default;
|
||||
this.label_size = default;
|
||||
}
|
||||
public NodeFrame(short flag, short label_size) {
|
||||
this.flag = flag;
|
||||
this.label_size = label_size;
|
||||
|
||||
Reference in New Issue
Block a user