Generated new code and added initial data handling
This commit is contained in:
@@ -33,6 +33,17 @@ namespace BlendFile.DNA {
|
||||
public char filter_type;
|
||||
[DNAFieldAttribute(8, "char", "filter[64]", 1)]
|
||||
public char[] filter = new System.Char[64];
|
||||
public SpaceUserPref() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.regionbase = default;
|
||||
this.spacetype = default;
|
||||
this.link_flag = default;
|
||||
this._pad0 = default;
|
||||
this._pad1 = default;
|
||||
this.filter_type = default;
|
||||
this.filter = default;
|
||||
}
|
||||
public SpaceUserPref(SpaceLink ptr_next, SpaceLink ptr_prev, ListBase regionbase, char spacetype, char link_flag, char[] _pad0, char[] _pad1, char filter_type, char[] filter) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
|
||||
Reference in New Issue
Block a user