Generated new code and added initial data handling
This commit is contained in:
@@ -23,6 +23,12 @@ namespace BlendFile.DNA {
|
||||
public char flag;
|
||||
[DNAFieldAttribute(3, "char", "_pad[1]", 1)]
|
||||
public char[] _pad = new System.Char[1];
|
||||
public CharInfo() {
|
||||
this.kern = default;
|
||||
this.mat_nr = default;
|
||||
this.flag = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public CharInfo(float kern, short mat_nr, char flag, char[] _pad) {
|
||||
this.kern = kern;
|
||||
this.mat_nr = mat_nr;
|
||||
|
||||
Reference in New Issue
Block a user