Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(2, "bNestedNodePath", "path", 8)]
|
||||
public bNestedNodePath path;
|
||||
public bNestedNodeRef() {
|
||||
this.id = default;
|
||||
this._pad = default;
|
||||
this.path = default;
|
||||
}
|
||||
public bNestedNodeRef(int id, char[] _pad, bNestedNodePath path) {
|
||||
this.id = id;
|
||||
this._pad = _pad;
|
||||
|
||||
Reference in New Issue
Block a user