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