Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public int usedelem;
|
||||
[DNAFieldAttribute(2, "TreeStoreElem", "*data", 16)]
|
||||
public TreeStoreElem ptr_data;
|
||||
public TreeStore() {
|
||||
this.totelem = default;
|
||||
this.usedelem = default;
|
||||
this.ptr_data = default;
|
||||
}
|
||||
public TreeStore(int totelem, int usedelem, TreeStoreElem ptr_data) {
|
||||
this.totelem = totelem;
|
||||
this.usedelem = usedelem;
|
||||
|
||||
Reference in New Issue
Block a user