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