Regenerated code files
This commit is contained in:
@@ -25,11 +25,11 @@ namespace BlendFile.DNA {
|
||||
public char h1;
|
||||
[DNAFieldAttribute(1, "char", 4, "h2", "char", false, 11)]
|
||||
public char h2;
|
||||
[DNAFieldAttribute(8, "float", 5, "h1_loc[2]", "System.Single[]", false, 12)]
|
||||
[DNAArrayAttribute(8, "float", 5, "h1_loc[2]", "System.Single[]", 2, 12)]
|
||||
public float[] h1_loc = new System.Single[2];
|
||||
[DNAFieldAttribute(8, "float", 6, "h2_loc[2]", "System.Single[]", false, 20)]
|
||||
[DNAArrayAttribute(8, "float", 6, "h2_loc[2]", "System.Single[]", 2, 20)]
|
||||
public float[] h2_loc = new System.Single[2];
|
||||
[DNAFieldAttribute(4, "char", 7, "_pad[4]", "System.Char[]", false, 28)]
|
||||
[DNAArrayAttribute(4, "char", 7, "_pad[4]", "System.Char[]", 4, 28)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(8, "CurveProfile", 8, "*profile", "CurveProfile", true, 32)]
|
||||
public CurveProfile profile;
|
||||
|
||||
Reference in New Issue
Block a user