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