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