Generated new code and added initial data handling
This commit is contained in:
@@ -27,6 +27,14 @@ namespace BlendFile.DNA {
|
||||
public char[] context = new System.Char[64];
|
||||
[DNAFieldAttribute(5, "ListBase", "items", 16)]
|
||||
public ListBase items;
|
||||
public bUserMenu() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.space_type = default;
|
||||
this._pad0 = default;
|
||||
this.context = default;
|
||||
this.items = default;
|
||||
}
|
||||
public bUserMenu(bUserMenu ptr_next, bUserMenu ptr_prev, char space_type, char[] _pad0, char[] context, ListBase items) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
|
||||
Reference in New Issue
Block a user