Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public char flag;
|
||||
[DNAFieldAttribute(2, "char", "_pad0[6]", 1)]
|
||||
public char[] _pad0 = new System.Char[6];
|
||||
public UserDef_SpaceData() {
|
||||
this.section_active = default;
|
||||
this.flag = default;
|
||||
this._pad0 = default;
|
||||
}
|
||||
public UserDef_SpaceData(char section_active, char flag, char[] _pad0) {
|
||||
this.section_active = section_active;
|
||||
this.flag = flag;
|
||||
|
||||
Reference in New Issue
Block a user