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