Generated new code and added initial data handling
This commit is contained in:
@@ -23,6 +23,12 @@ namespace BlendFile.DNA {
|
||||
public float min;
|
||||
[DNAFieldAttribute(3, "float", "max", 4)]
|
||||
public float max;
|
||||
public bNodeSocketValueVector() {
|
||||
this.subtype = default;
|
||||
this.value = default;
|
||||
this.min = default;
|
||||
this.max = default;
|
||||
}
|
||||
public bNodeSocketValueVector(int subtype, float[] value, float min, float max) {
|
||||
this.subtype = subtype;
|
||||
this.value = value;
|
||||
|
||||
Reference in New Issue
Block a user