Regenerated codefiles
This commit is contained in:
@@ -15,32 +15,32 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(173, "bConstraintTarget", 168)]
|
||||
public class bConstraintTarget {
|
||||
[DNAFieldAttribute(0, "bConstraintTarget", "*next", "bConstraintTarget", 8, true, 0)]
|
||||
public bConstraintTarget ptr_next;
|
||||
[DNAFieldAttribute(1, "bConstraintTarget", "*prev", "bConstraintTarget", 8, true, 8)]
|
||||
public bConstraintTarget ptr_prev;
|
||||
[DNAFieldAttribute(2, "Object", "*tar", "Object", 8, true, 16)]
|
||||
public Object ptr_tar;
|
||||
[DNAFieldAttribute(3, "char", "subtarget[64]", "System.Char[]", 64, false, 24)]
|
||||
[DNAFieldAttribute(8, "bConstraintTarget", 0, "*next", "bConstraintTarget", true, 0)]
|
||||
public bConstraintTarget next;
|
||||
[DNAFieldAttribute(8, "bConstraintTarget", 1, "*prev", "bConstraintTarget", true, 8)]
|
||||
public bConstraintTarget prev;
|
||||
[DNAFieldAttribute(8, "Object", 2, "*tar", "Object", true, 16)]
|
||||
public Object tar;
|
||||
[DNAFieldAttribute(64, "char", 3, "subtarget[64]", "System.Char[]", false, 24)]
|
||||
public char[] subtarget = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "float", "matrix[4][4]", "System.Single[,]", 64, false, 88)]
|
||||
[DNAFieldAttribute(64, "float", 4, "matrix[4][4]", "System.Single[,]", false, 88)]
|
||||
public float[,] matrix = new System.Single[4,4];
|
||||
[DNAFieldAttribute(5, "short", "space", "short", 2, false, 152)]
|
||||
[DNAFieldAttribute(2, "short", 5, "space", "short", false, 152)]
|
||||
public short space;
|
||||
[DNAFieldAttribute(6, "short", "flag", "short", 2, false, 154)]
|
||||
[DNAFieldAttribute(2, "short", 6, "flag", "short", false, 154)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(7, "short", "type", "short", 2, false, 156)]
|
||||
[DNAFieldAttribute(2, "short", 7, "type", "short", false, 156)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(8, "short", "rotOrder", "short", 2, false, 158)]
|
||||
[DNAFieldAttribute(2, "short", 8, "rotOrder", "short", false, 158)]
|
||||
public short rotOrder;
|
||||
[DNAFieldAttribute(9, "float", "weight", "float", 4, false, 160)]
|
||||
[DNAFieldAttribute(4, "float", 9, "weight", "float", false, 160)]
|
||||
public float weight;
|
||||
[DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 4, false, 164)]
|
||||
[DNAFieldAttribute(4, "char", 10, "_pad[4]", "System.Char[]", false, 164)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public bConstraintTarget() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.ptr_tar = default;
|
||||
this.next = default;
|
||||
this.prev = default;
|
||||
this.tar = default;
|
||||
this.subtarget = default;
|
||||
this.matrix = default;
|
||||
this.space = default;
|
||||
@@ -50,10 +50,10 @@ namespace BlendFile.DNA {
|
||||
this.weight = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public bConstraintTarget(bConstraintTarget ptr_next, bConstraintTarget ptr_prev, Object ptr_tar, char[] subtarget, float[,] matrix, short space, short flag, short type, short rotOrder, float weight, char[] _pad) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.ptr_tar = ptr_tar;
|
||||
public bConstraintTarget(bConstraintTarget next, bConstraintTarget prev, Object tar, char[] subtarget, float[,] matrix, short space, short flag, short type, short rotOrder, float weight, char[] _pad) {
|
||||
this.next = next;
|
||||
this.prev = prev;
|
||||
this.tar = tar;
|
||||
this.subtarget = subtarget;
|
||||
this.matrix = matrix;
|
||||
this.space = space;
|
||||
|
||||
Reference in New Issue
Block a user