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