updated generated files
This commit is contained in:
@@ -25,9 +25,9 @@ namespace BlendFile.DNA {
|
||||
public rcti hor;
|
||||
[DNAFieldAttribute(16, "rcti", 4, "mask", "rcti", false, 64)]
|
||||
public rcti mask;
|
||||
[DNAArrayAttribute(8, "float", 5, "min[2]", "System.Single[]", 2, 80)]
|
||||
[DNAArrayAttribute(8, "float", 5, "min[2]", "System.Single[]", 2, false, 80)]
|
||||
public float[] min = new System.Single[2];
|
||||
[DNAArrayAttribute(8, "float", 6, "max[2]", "System.Single[]", 2, 88)]
|
||||
[DNAArrayAttribute(8, "float", 6, "max[2]", "System.Single[]", 2, false, 88)]
|
||||
public float[] max = new System.Single[2];
|
||||
[DNAFieldAttribute(4, "float", 7, "minzoom", "float", false, 96)]
|
||||
public float minzoom;
|
||||
@@ -61,7 +61,7 @@ namespace BlendFile.DNA {
|
||||
public char alpha_vert;
|
||||
[DNAFieldAttribute(1, "char", 22, "alpha_hor", "char", false, 129)]
|
||||
public char alpha_hor;
|
||||
[DNAArrayAttribute(2, "char", 23, "_pad[2]", "System.Char[]", 2, 130)]
|
||||
[DNAArrayAttribute(2, "char", 23, "_pad[2]", "System.Char[]", 2, false, 130)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(4, "float", 24, "page_size_y", "float", false, 132)]
|
||||
public float page_size_y;
|
||||
|
||||
Reference in New Issue
Block a user