Regenerated code files
This commit is contained in:
@@ -33,9 +33,9 @@ namespace BlendFile.DNA {
|
||||
public char gen_flag;
|
||||
[DNAFieldAttribute(2, "short", 8, "gen_depth", "short", false, 54)]
|
||||
public short gen_depth;
|
||||
[DNAFieldAttribute(16, "float", 9, "gen_color[4]", "System.Single[]", false, 56)]
|
||||
[DNAArrayAttribute(16, "float", 9, "gen_color[4]", "System.Single[]", 4, 56)]
|
||||
public float[] gen_color = new System.Single[4];
|
||||
[DNAFieldAttribute(64, "char", 10, "label[64]", "System.Char[]", false, 72)]
|
||||
[DNAArrayAttribute(64, "char", 10, "label[64]", "System.Char[]", 64, 72)]
|
||||
public char[] label = new System.Char[64];
|
||||
public ImageTile() {
|
||||
this.next = default;
|
||||
|
||||
Reference in New Issue
Block a user