Generated new code and added initial data handling
This commit is contained in:
@@ -31,6 +31,16 @@ namespace BlendFile.DNA {
|
||||
public float fac_y1;
|
||||
[DNAFieldAttribute(7, "float", "fac_y2", 4)]
|
||||
public float fac_y2;
|
||||
public NodeTwoXYs() {
|
||||
this.x1 = default;
|
||||
this.x2 = default;
|
||||
this.y1 = default;
|
||||
this.y2 = default;
|
||||
this.fac_x1 = default;
|
||||
this.fac_x2 = default;
|
||||
this.fac_y1 = default;
|
||||
this.fac_y2 = default;
|
||||
}
|
||||
public NodeTwoXYs(short x1, short x2, short y1, short y2, float fac_x1, float fac_x2, float fac_y1, float fac_y2) {
|
||||
this.x1 = x1;
|
||||
this.x2 = x2;
|
||||
|
||||
Reference in New Issue
Block a user