Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public float sat;
|
||||
[DNAFieldAttribute(2, "float", "val", 4)]
|
||||
public float val;
|
||||
public NodeHueSat() {
|
||||
this.hue = default;
|
||||
this.sat = default;
|
||||
this.val = default;
|
||||
}
|
||||
public NodeHueSat(float hue, float sat, float val) {
|
||||
this.hue = hue;
|
||||
this.sat = sat;
|
||||
|
||||
Reference in New Issue
Block a user