Regenerated code files
This commit is contained in:
@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
|
||||
public short type;
|
||||
[DNAFieldAttribute(2, "short", 4, "flag", "short", false, 26)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(4, "char", 5, "_pad[4]", "System.Char[]", false, 28)]
|
||||
[DNAArrayAttribute(4, "char", 5, "_pad[4]", "System.Char[]", 4, 28)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(4, "float", 6, "x", "float", false, 32)]
|
||||
public float x;
|
||||
@@ -33,7 +33,7 @@ namespace BlendFile.DNA {
|
||||
public float y;
|
||||
[DNAFieldAttribute(4, "float", 8, "z", "float", false, 40)]
|
||||
public float z;
|
||||
[DNAFieldAttribute(16, "float", 9, "quat[4]", "System.Single[]", false, 44)]
|
||||
[DNAArrayAttribute(16, "float", 9, "quat[4]", "System.Single[]", 4, 44)]
|
||||
public float[] quat = new System.Single[4];
|
||||
[DNAFieldAttribute(4, "float", 10, "expx", "float", false, 60)]
|
||||
public float expx;
|
||||
|
||||
Reference in New Issue
Block a user