Regenerated code files
This commit is contained in:
@@ -21,13 +21,13 @@ namespace BlendFile.DNA {
|
||||
public int type;
|
||||
[DNAFieldAttribute(8, "ID", 2, "*id", "ID", true, 8)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(64, "char", 3, "parent[64]", "System.Char[]", false, 16)]
|
||||
[DNAArrayAttribute(64, "char", 3, "parent[64]", "System.Char[]", 64, 16)]
|
||||
public char[] parent = new System.Char[64];
|
||||
[DNAFieldAttribute(64, "char", 4, "sub_parent[64]", "System.Char[]", false, 80)]
|
||||
[DNAArrayAttribute(64, "char", 4, "sub_parent[64]", "System.Char[]", 64, 80)]
|
||||
public char[] sub_parent = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "float", 5, "parent_orig[2]", "System.Single[]", false, 144)]
|
||||
[DNAArrayAttribute(8, "float", 5, "parent_orig[2]", "System.Single[]", 2, 144)]
|
||||
public float[] parent_orig = new System.Single[2];
|
||||
[DNAFieldAttribute(32, "float", 6, "parent_corners_orig[4][2]", "System.Single[,]", false, 152)]
|
||||
[DNAArrayAttribute(32, "float", 6, "parent_corners_orig[4][2]", "System.Single[,]", 6, 152)]
|
||||
public float[,] parent_corners_orig = new System.Single[4,2];
|
||||
public MaskParent() {
|
||||
this.id_type = default;
|
||||
|
||||
Reference in New Issue
Block a user