Regenerated code files
This commit is contained in:
@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
|
||||
public class VFont {
|
||||
[DNAFieldAttribute(208, "ID", 0, "id", "ID", false, 0)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1024, "char", 1, "name[1024]", "System.Char[]", false, 208)]
|
||||
[DNAArrayAttribute(1024, "char", 1, "name[1024]", "System.Char[]", 1024, 208)]
|
||||
public char[] name = new System.Char[1024];
|
||||
[DNAFieldAttribute(8, "VFontData", 2, "*data", "VFontData", true, 1232)]
|
||||
public VFontData data;
|
||||
|
||||
Reference in New Issue
Block a user